<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.arc-e-tect.architecture-validator</groupId>
  <artifactId>architecture-validator-hexagonal-spring-rules</artifactId>
  <version>0.4.2</version>
  <name>Architecture Validation Spring Rules</name>
  <description>Companion Spring Hexagonal architecture rules for the Architecture Validator plugin. Add com.arc-e-tect.architecture-validator:architecture-validator-hexagonal-spring-rules as a testArchitectureImplementation dependency to activate Spring stereotype rules.</description>
  <url>https://github.com/Arc-E-Tect/SoftwareEngineeringDoneRight-Library</url>
  <inceptionYear>2026</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ieising</id>
      <name>Iwan Eising</name>
      <email>iwan@arc-e-tect.com</email>
      <organizationUrl>https://github.com/Arc-E-Tect</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Arc-E-Tect/SoftwareEngineeringDoneRight-Library.git</connection>
    <developerConnection>scm:git:ssh://github.com/Arc-E-Tect/SoftwareEngineeringDoneRight-Library.git</developerConnection>
    <url>https://github.com/Arc-E-Tect/SoftwareEngineeringDoneRight-Library</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/Arc-E-Tect/SoftwareEngineeringDoneRight-Library/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/Arc-E-Tect/SoftwareEngineeringDoneRight-Library/actions</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>com.tngtech.archunit</groupId>
      <artifactId>archunit-junit5</artifactId>
      <version>1.4.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
