<?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>tech.kronicle</groupId>
  <artifactId>gradle-static-analyzer</artifactId>
  <version>0.1.4</version>
  <name>tech.kronicle:gradle-static-analyzer</name>
  <description>A Java library for performing static analysis on a Gradle build script to find out what dependencies it is using</description>
  <url>https://github.com/kronicle-tech/gradle-static-analyzer</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/kronicle-tech/gradle-static-analyzer/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>simondean</id>
      <name>Simon Dean</name>
      <email>simon@simondean.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/kronicle-tech/gradle-static-analyzer.git</connection>
    <developerConnection>scm:git:https://github.com/kronicle-tech/gradle-static-analyzer.git</developerConnection>
    <url>https://github.com/kronicle-tech/gradle-static-analyzer</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>tech.kronicle</groupId>
      <artifactId>kronicle-common</artifactId>
      <version>0.1.159</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>tech.kronicle</groupId>
      <artifactId>kronicle-sdk</artifactId>
      <version>0.1.159</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>tech.kronicle</groupId>
      <artifactId>kronicle-utils</artifactId>
      <version>0.1.159</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.36</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>tech.kronicle</groupId>
      <artifactId>gradle-version-logic</artifactId>
      <version>0.1.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.github.resilience4j</groupId>
      <artifactId>resilience4j-retry</artifactId>
      <version>1.7.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.13.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.13.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.xml.bind</groupId>
      <artifactId>jakarta.xml.bind-api</artifactId>
      <version>3.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-impl</artifactId>
      <version>3.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy</artifactId>
      <version>3.0.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.validation</groupId>
      <artifactId>jakarta.validation-api</artifactId>
      <version>2.0.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
