<?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>software.sava</groupId>
  <artifactId>sava-build</artifactId>
  <version>21.3.13</version>
  <name>sava-build</name>
  <description>Sava Gradle Conventions</description>
  <url>https://github.com/sava-software/sava-build</url>
  <licenses>
    <license>
      <name>Apache License</name>
      <url>https://github.com/sava-software/sava-build/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jpe7s</id>
      <name>Jim</name>
      <email>jpe7s.salt188@passfwd.com</email>
      <organization>Sava Software</organization>
      <organizationUrl>https://github.com/sava-software</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:sava-software/sava-build.git</connection>
    <developerConnection>scm:git:ssh@github.com:sava-software/sava-build.git</developerConnection>
    <url>https://github.com/sava-software/sava-build</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.autonomousapps</groupId>
      <artifactId>dependency-analysis-gradle-plugin</artifactId>
      <version>3.13.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.iherasymenko.jlink</groupId>
      <artifactId>jlink-plugin</artifactId>
      <version>0.9</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.gradle</groupId>
      <artifactId>develocity-gradle-plugin</artifactId>
      <version>4.4.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.gradleup.nmcp</groupId>
      <artifactId>nmcp</artifactId>
      <version>1.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.gradle.toolchains</groupId>
      <artifactId>foojay-resolver</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.gradlex</groupId>
      <artifactId>java-module-dependencies</artifactId>
      <version>1.12.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.gradlex</groupId>
      <artifactId>java-module-testing</artifactId>
      <version>1.8.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.gradlex</groupId>
      <artifactId>jvm-dependency-conflict-resolution</artifactId>
      <version>2.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.gradlex</groupId>
      <artifactId>extra-java-module-info</artifactId>
      <version>1.14</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
