<?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>xyz.opcal.cloud</groupId>
  <artifactId>opcal-cloud-commons-dependencies</artifactId>
  <version>3.5.4.0</version>
  <packaging>pom</packaging>
  <name>opcal-cloud-commons-dependencies</name>
  <description>bom project</description>
  <url>https://gitlab.com/opcal-project/opcal-cloud-commons/opcal-cloud-commons-dependencies</url>
  <licenses>
    <license>
      <name>Apache v2</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>manual</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>katalala</id>
      <name>gissily</name>
      <roles>
        <role>Founder</role>
        <role>Maintainer</role>
        <role>Developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:opcal-project/opcal-cloud-commons.git/opcal-cloud-commons-dependencies</connection>
    <developerConnection>scm:git:git@github.com:opcal-project/opcal-cloud-commons.git/opcal-cloud-commons-dependencies</developerConnection>
    <url>scm:git:git@github.com:opcal-project/opcal-cloud-commons.git/opcal-cloud-commons-dependencies</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.google.guava</groupId>
        <artifactId>guava</artifactId>
        <version>33.4.8-jre</version>
      </dependency>
      <dependency>
        <groupId>commons-io</groupId>
        <artifactId>commons-io</artifactId>
        <version>2.20.0</version>
      </dependency>
      <dependency>
        <groupId>xyz.opcal.cloud</groupId>
        <artifactId>opcal-cloud-commons-autoconfigure</artifactId>
        <version>3.5.4.0</version>
      </dependency>
      <dependency>
        <groupId>xyz.opcal.cloud</groupId>
        <artifactId>opcal-cloud-commons-logback</artifactId>
        <version>3.5.4.0</version>
      </dependency>
      <dependency>
        <groupId>xyz.opcal.cloud</groupId>
        <artifactId>opcal-cloud-commons-logback-http</artifactId>
        <version>3.5.4.0</version>
      </dependency>
      <dependency>
        <groupId>xyz.opcal.cloud</groupId>
        <artifactId>opcal-cloud-commons-web</artifactId>
        <version>3.5.4.0</version>
      </dependency>
      <dependency>
        <groupId>xyz.opcal.cloud</groupId>
        <artifactId>opcal-cloud-commons-logback-web</artifactId>
        <version>3.5.4.0</version>
      </dependency>
      <dependency>
        <groupId>xyz.opcal.cloud</groupId>
        <artifactId>opcal-cloud-commons-logback-webflux</artifactId>
        <version>3.5.4.0</version>
      </dependency>
      <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-dependencies</artifactId>
        <version>2025.0.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
