<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.dotcms</groupId>
  <artifactId>dotcms-cli</artifactId>
  <version>26.08.19-04</version>
  <description>DotCMS</description>
  <url>https://github.com/dotCMS/dotcms-cli-parent/dotcms-cli</url>
  <licenses>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE Version 3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dotcms</id>
      <name>DotCMS Community</name>
      <organization>dotCMS</organization>
      <organizationUrl>https://dotcms.com</organizationUrl>
    </developer>
  </developers>
  <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
    <connection>scm:git:git@github.com:dotCMS/core.git</connection>
    <developerConnection>scm:git:git@github.com:dotCMS/core.git</developerConnection>
    <url>https://github.com/dotCMS/core</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/dotCMS/core/issues/</url>
  </issueManagement>
  <distributionManagement>
    <repository>
      <id>dotcms-libs-local</id>
      <name>DotCMS libs Release</name>
      <url>https://repo.dotcms.com/artifactory/libs-release-local</url>
    </repository>
    <snapshotRepository>
      <id>dotcms-libs-snapshot-local</id>
      <name>IDotCMS libs Snapshots</name>
      <url>https://repo.dotcms.com/artifactory/libs-snapshot-local</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>com.dotcms</groupId>
      <artifactId>dotcms-api-data-model</artifactId>
      <version>26.08.19-04</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-arc</artifactId>
      <version>3.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-picocli</artifactId>
      <version>3.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.starxg</groupId>
      <artifactId>java-keytar</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.immutables</groupId>
      <artifactId>value</artifactId>
      <version>2.10.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>dotcms-libs</id>
      <url>https://repo.dotcms.com/artifactory/libs-release</url>
    </repository>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>dotcms-libs-snapshot-local</id>
      <name>IDotCMS libs Snapshots</name>
      <url>https://repo.dotcms.com/artifactory/libs-snapshot-local</url>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <groupId>io.quarkus.platform</groupId>
        <artifactId>quarkus-maven-plugin</artifactId>
        <version>3.6.0</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
