<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>io.cloudflight.platform.spring</groupId>
  <artifactId>platform-spring-test-archunit</artifactId>
  <version>1.0.1</version>
  <name>cloudflight-platform-spring - platform-spring-test-archunit</name>
  <description>Cloudflight Platform for Spring Boot</description>
  <url>https://github.com/cloudflightio/cloudflight-platform-spring</url>
  <inceptionYear>2022</inceptionYear>
  <organization>
    <name>Cloudflight</name>
    <url>https://cloudflight.io</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>cloudflightio</id>
      <name>Cloudflight Team</name>
      <email>opensource@cloudflight.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:ggit@github.com:cloudflightio/cloudflight-platform-spring.git</connection>
    <developerConnection>scm:git@github.com:cloudflightio/cloudflight-platform-spring.git</developerConnection>
    <url>https://github.com/cloudflightio/cloudflight-platform-spring</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.cloudflight.platform.spring</groupId>
        <artifactId>platform-spring-test-bom</artifactId>
        <version>1.0.1</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>io.cloudflight.cleancode.archunit</groupId>
      <artifactId>archunit-cleancode-verifier</artifactId>
      <version>0.0.4</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>junit</groupId>
        </exclusion>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>org.junit.vintage</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.7.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>junit</groupId>
        </exclusion>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>org.junit.vintage</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
