<?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>io.github.denis-markushin.gradle</groupId>
  <artifactId>spring-service</artifactId>
  <version>0.6.0</version>
  <dependencies>
    <dependency>
      <groupId>io.github.denis-markushin.gradle</groupId>
      <artifactId>kotlin</artifactId>
      <version>0.6.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.denis-markushin.gradle</groupId>
      <artifactId>spotless</artifactId>
      <version>0.6.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.denis-markushin.gradle</groupId>
      <artifactId>jcabi-gradle-plugin</artifactId>
      <version>0.6.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.denis-markushin.gradle</groupId>
      <artifactId>jooq-codegen-gradle-plugin</artifactId>
      <version>0.6.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin.plugin.spring</groupId>
      <artifactId>org.jetbrains.kotlin.plugin.spring.gradle.plugin</artifactId>
      <version>2.2.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jooq.jooq-codegen-gradle</groupId>
      <artifactId>org.jooq.jooq-codegen-gradle.gradle.plugin</artifactId>
      <version>3.19.24</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>org.springframework.boot.gradle.plugin</artifactId>
      <version>3.4.9</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.gorylenko.gradle-git-properties</groupId>
      <artifactId>com.gorylenko.gradle-git-properties.gradle.plugin</artifactId>
      <version>2.5.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.akuleshov7.vercraft.plugin-gradle</groupId>
      <artifactId>com.akuleshov7.vercraft.plugin-gradle.gradle.plugin</artifactId>
      <version>0.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.dgs.codegen</groupId>
      <artifactId>com.netflix.dgs.codegen.gradle.plugin</artifactId>
      <version>8.5.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
