<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jmolecules</groupId>
  <artifactId>jmolecules-archunit</artifactId>
  <version>1.0.0</version>
  <name>jMolecules - ArchUnit rules</name>
  <description>Architectural concepts in Java</description>
  <url>https://github.com/xmolecules/jmolecules/jmolecules-integration/jmolecules-archunit</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>odrotbohm</id>
      <name>Oliver Drotbohm</name>
      <email>odrotbohm@vmware.com</email>
      <organization>VMware Inc.</organization>
      <organizationUrl>https://vmware.com</organizationUrl>
    </developer>
    <developer>
      <id>hschwentner</id>
      <name>Henning Schwentner</name>
      <email>hs@wps.de</email>
      <organization>WPS – Workplace Solutions GmbH</organization>
      <organizationUrl>https://www.wps.de</organizationUrl>
    </developer>
    <developer>
      <id>spirnbaum</id>
      <name>Stephan Pirnbaum</name>
      <email>stephan.pirnbaum@buschmais.com</email>
      <organization>buschmais GbR</organization>
      <organizationUrl>https://www.buschmais.de</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/xmolecules/jmolecules/jmolecules-integration/jmolecules-archunit</connection>
    <developerConnection>scm:git:ssh://git@github.com/xmolecules/jmolecules.git/jmolecules-integration/jmolecules-archunit</developerConnection>
    <tag>1.0.0</tag>
    <url>https://github.com/xmolecules/jmolecules/jmolecules-integration/jmolecules-archunit</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jmolecules</groupId>
      <artifactId>jmolecules-ddd</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.tngtech.archunit</groupId>
      <artifactId>archunit</artifactId>
      <version>0.13.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>5.2.6.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
