<?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>com.github.bibsysdev</groupId>
  <artifactId>nva-gradle-plugins</artifactId>
  <version>1.0.12</version>
  <name>NVA Gradle Plugins</name>
  <description>Shared Gradle convention plugins for NVA microservices</description>
  <url>https://github.com/BIBSYSDEV/nva-gradle-plugins</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>NVA Team</name>
      <email>kontakt@sikt.no</email>
      <organization>Sikt</organization>
      <organizationUrl>https://sikt.no/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/BIBSYSDEV/nva-gradle-plugins.git</connection>
    <developerConnection>scm:git:ssh://github.com/BIBSYSDEV/nva-gradle-plugins.git</developerConnection>
    <url>https://github.com/BIBSYSDEV/nva-gradle-plugins/tree/main</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.bakdata.gradle</groupId>
      <artifactId>mockito</artifactId>
      <version>2.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.autonomousapps</groupId>
      <artifactId>dependency-analysis-gradle-plugin</artifactId>
      <version>3.18.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.ben-manes</groupId>
      <artifactId>gradle-versions-plugin</artifactId>
      <version>0.59.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.ltgt.gradle</groupId>
      <artifactId>gradle-errorprone-plugin</artifactId>
      <version>5.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.michael-nestler</groupId>
      <artifactId>gradle-spectral</artifactId>
      <version>0.2.0-0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.diffplug.spotless</groupId>
      <artifactId>spotless-plugin-gradle</artifactId>
      <version>8.9.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
