<?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>io.micronaut.build.internal</groupId>
  <artifactId>micronaut-gradle-plugins</artifactId>
  <version>6.5.5</version>
  <name>Micronaut internal build plugins</name>
  <description>Micronaut internal build plugins. Not intended to be used in user's projects</description>
  <url>https://github.com/micronaut-projects/micronaut-build</url>
  <inceptionYear>2020</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
    <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>alvarosanchez</id>
      <name>Álvaro Sánchez-Mariscal Arnaiz</name>
    </developer>
    <developer>
      <id>alvarosanchez</id>
      <name>Álvaro Sánchez-Mariscal Arnaiz</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/micronaut-projects/micronaut-build.git</connection>
    <developerConnection>scm:git@github.com:micronaut-projects/micronaut-build.git</developerConnection>
    <url>https://github.com/micronaut-projects/micronaut-build</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.13.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.yaml</groupId>
      <artifactId>snakeyaml</artifactId>
      <version>2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails</groupId>
      <artifactId>grails-gdoc-engine</artifactId>
      <version>1.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.asciidoctor</groupId>
      <artifactId>asciidoctorj</artifactId>
      <version>2.5.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.diffplug.spotless</groupId>
      <artifactId>spotless-plugin-gradle</artifactId>
      <version>6.20.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.adarshr</groupId>
      <artifactId>gradle-test-logger-plugin</artifactId>
      <version>3.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.gradle-nexus</groupId>
      <artifactId>publish-plugin</artifactId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.sonarsource.scanner.gradle</groupId>
      <artifactId>sonarqube-gradle-plugin</artifactId>
      <version>4.0.0.2929</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.gradle</groupId>
      <artifactId>gradle-enterprise-gradle-plugin</artifactId>
      <version>3.14.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.nosphere.gradle.github</groupId>
      <artifactId>gradle-github-actions-plugin</artifactId>
      <version>1.3.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.gradle</groupId>
      <artifactId>common-custom-user-data-gradle-plugin</artifactId>
      <version>1.11.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>me.champeau.gradle</groupId>
      <artifactId>japicmp-gradle-plugin</artifactId>
      <version>0.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.tomlj</groupId>
      <artifactId>tomlj</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
