<?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>
  <parent>
    <groupId>io.github.whilein.wcommons</groupId>
    <artifactId>wcommons-parent</artifactId>
    <version>1.1.0</version>
  </parent>
  <groupId>io.github.whilein.wcommons</groupId>
  <artifactId>wcommons-bom</artifactId>
  <version>1.1.0</version>
  <packaging>pom</packaging>
  <name>wcommons/bom</name>
  <description>wcommons (Bill of Materials)</description>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-agent</artifactId>
        <version>${module.agent.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-asm</artifactId>
        <version>${module.asm.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-asm-patcher</artifactId>
        <version>${module.asm-patcher.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-util</artifactId>
        <version>${module.util.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-config</artifactId>
        <version>${module.config.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-crypto</artifactId>
        <version>${module.crypto.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-eventbus</artifactId>
        <version>${module.eventbus.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-geo-api</artifactId>
        <version>${module.geo-api.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-geo-maxmind-impl</artifactId>
        <version>${module.geo-maxmind-impl.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-geo-ipinfo-impl</artifactId>
        <version>${module.geo-ipinfo-impl.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-geo-cache-caffeine</artifactId>
        <version>${module.geo-cache-caffeine.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-geo-cache-guava</artifactId>
        <version>${module.geo-cache-guava.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-impl-loader</artifactId>
        <version>${module.impl-loader.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-flow</artifactId>
        <version>${module.flow.version}</version>
      </dependency>
      <dependency>
        <groupId>io.github.whilein.wcommons</groupId>
        <artifactId>wcommons-sql</artifactId>
        <version>${module.sql.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
