<?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>de.materna.cms.tools</groupId>
  <artifactId>cms-build-plugin</artifactId>
  <version>3.9.2</version>
  <name>CMS Build Plugin</name>
  <description>CMS Build Plugin</description>
  <url>https://github.com/materna-se/cms-gradle-plugins</url>
  <inceptionYear>2022</inceptionYear>
  <organization>
    <name>Materna Information &amp; Communications SE</name>
    <url>https://materna.de</url>
  </organization>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://spdx.org/licenses/Apache-2.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>tremonia-oss</id>
      <name>Tremonia OSS</name>
      <email>tremonia-oss@materna.de</email>
      <timezone>Europe/Berlin</timezone>
    </developer>
    <developer>
      <id>lgrefer</id>
      <name>Lars Grefer</name>
      <email>lars.grefer@materna.group</email>
      <timezone>Europe/Berlin</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/materna-se/cms-gradle-plugins.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:materna-se/cms-gradle-plugins.git</developerConnection>
    <url>https://github.com/materna-se/cms-gradle-plugins</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.freefair.gradle</groupId>
      <artifactId>okhttp-plugin</artifactId>
      <version>8.14.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.freefair.gradle</groupId>
      <artifactId>plugin-utils</artifactId>
      <version>8.14.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-gradle-plugin</artifactId>
      <version>2.7.18</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.cloud.tools</groupId>
      <artifactId>jib-gradle-plugin</artifactId>
      <version>3.4.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.cyclonedx</groupId>
      <artifactId>cyclonedx-gradle-plugin</artifactId>
      <version>2.4.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
