<?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.plugins</groupId>
  <artifactId>dotcms-system-bundles</artifactId>
  <version>26.04.22-04-java-25</version>
  <packaging>pom</packaging>
  <description>DotCMS</description>
  <url>https://github.com/dotCMS/dotcms-osgi-base/dotcms-system-bundles</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.core.plugins</groupId>
      <artifactId>com.dotcms.tika</artifactId>
      <version>26.04.22-04-java-25</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.dotcms.samlbundle</groupId>
      <artifactId>com.dotcms.samlbundle</artifactId>
      <version>26.03.17</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.osgi</groupId>
      <artifactId>org.osgi.compendium</artifactId>
      <version>5.0.0</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </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>
</project>
