<?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.github.shepherdviolet.glacimon</groupId>
  <artifactId>glacimon-bom</artifactId>
  <version>2023.0.0</version>
  <packaging>pom</packaging>
  <name>glacimon-bom</name>
  <description>Comprehensive Java library</description>
  <url>https://github.com/shepherdviolet/glacimon</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>shepherdviolet</id>
      <name>Shepherd Violet</name>
      <email>shepherdviolet@163.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:shepherdviolet/glacimon.git</connection>
    <developerConnection>git@github.com:shepherdviolet/glacimon.git</developerConnection>
    <url>scm:git@github.com:shepherdviolet/glacimon.git</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacijava-common</artifactId>
        <version>2023.0.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacijava-crypto</artifactId>
        <version>2023.0.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacijava-trace</artifactId>
        <version>2023.0.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacimon-spi-api</artifactId>
        <version>2023.0.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacimon-spi-core</artifactId>
        <version>2023.0.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacispring-common</artifactId>
        <version>2023.0.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacispring-helper</artifactId>
        <version>2023.0.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacispring-httpclient</artifactId>
        <version>2023.0.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacispring-mapio-api</artifactId>
        <version>2023.0.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacispring-mapio-core</artifactId>
        <version>2023.0.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacispring-mapxbean</artifactId>
        <version>2023.0.0</version>
      </dependency>
      <dependency>
        <groupId>com.github.shepherdviolet.glacimon</groupId>
        <artifactId>glacispring-txtimer</artifactId>
        <version>2023.0.0</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
