<?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>io.github.whilein.wcommons</groupId>
  <artifactId>wcommons-bom</artifactId>
  <version>1.5.1</version>
  <packaging>pom</packaging>
  <name>wcommons/bom</name>
  <description>wcommons (Bill of Materials)</description>
  <url>https://github.com/whilein/wcommons/wcommons-bom</url>
  <organization>
    <name>io.github.whilein</name>
    <url>https://github.com/whilein</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>whilein</id>
      <name>whilein</name>
      <email>whilein.1@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/whilein/wcommons.git/wcommons-bom</connection>
    <developerConnection>scm:git://github.com/whilein/wcommons.git/wcommons-bom</developerConnection>
    <url>https://github.com/whilein/wcommons/wcommons-bom</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/whilein/wcommons/issues</url>
  </issueManagement>
  <properties>
    <java.version>17</java.version>
    <revision>1.5.1</revision>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-agent</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-asm</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-asm-patcher</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-util</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-unsafe</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-config</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-crypto</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-eventbus</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-geo-api</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-geo-maxmind-impl</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-geo-ipinfo-impl</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-geo-cache-caffeine</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-geo-cache-guava</artifactId>
        <version>${project.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
