<?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.carrotsearch.gradle.buildinfra</groupId>
  <artifactId>gradle-buildinfra-plugin</artifactId>
  <version>0.0.16</version>
  <name>gradle-buildinfra-plugin</name>
  <description>Reusable, opinionated gradle build infrastructure</description>
  <url>https://github.com/carrotsearch/gradle-build-infra</url>
  <inceptionYear>2025</inceptionYear>
  <organization>
    <name>Carrot Search s.c.</name>
    <url>https://www.carrotsearch.com</url>
  </organization>
  <licenses>
    <license>
      <name>Apache 2</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dawid.weiss</id>
      <name>Dawid Weiss</name>
      <email>dawid.weiss@carrotsearch.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:carrotsearch/gradle-build-infra.git</connection>
    <developerConnection>git@github.com:carrotsearch/gradle-build-infra.git</developerConnection>
    <url>https://github.com/carrotsearch/gradle-build-infra</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.diffplug.spotless</groupId>
      <artifactId>spotless-plugin-gradle</artifactId>
      <version>7.0.4</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>groovy-xml</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>de.thetaphi</groupId>
      <artifactId>forbiddenapis</artifactId>
      <version>3.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.ben-manes</groupId>
      <artifactId>gradle-versions-plugin</artifactId>
      <version>0.52.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>nl.littlerobots.version-catalog-update</groupId>
      <artifactId>nl.littlerobots.version-catalog-update.gradle.plugin</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.carrotsearch.gradle.opts</groupId>
      <artifactId>com.carrotsearch.gradle.opts.gradle.plugin</artifactId>
      <version>0.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.carrotsearch.gradle.dependencychecks</groupId>
      <artifactId>com.carrotsearch.gradle.dependencychecks.gradle.plugin</artifactId>
      <version>0.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.19.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.carrotsearch</groupId>
      <artifactId>procfork</artifactId>
      <version>1.0.6</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
