<?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>org.asynchttpclient</groupId>
  <artifactId>async-http-client-bom</artifactId>
  <version>2.10.5</version>
  <packaging>pom</packaging>
  <name>Asynchronous Http Client Bill of Materials (BOM)</name>
  <description>Importing this BOM will provide dependency management for all AsyncHttpClient artifacts.</description>
  <url>http://github.com/AsyncHttpClient/async-http-client/bom</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>slandelle</id>
      <name>Stephane Landelle</name>
      <email>slandelle@gatling.io</email>
    </developer>
  </developers>
  <mailingLists>
    <mailingList>
      <name>asynchttpclient</name>
      <subscribe>http://groups.google.com/group/asynchttpclient/subscribe</subscribe>
      <unsubscribe>http://groups.google.com/group/asynchttpclient/subscribe</unsubscribe>
      <post>asynchttpclient@googlegroups.com</post>
      <archive>http://groups.google.com/group/asynchttpclient/topics</archive>
    </mailingList>
  </mailingLists>
  <scm>
    <connection>scm:git:git@github.com:AsyncHttpClient/async-http-client.git/async-http-client-bom</connection>
    <developerConnection>scm:git:git@github.com:AsyncHttpClient/async-http-client.git/async-http-client-bom</developerConnection>
    <tag>async-http-client-project-2.10.5</tag>
    <url>https://github.com/AsyncHttpClient/async-http-client/tree/master/async-http-client-bom</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/AsyncHttpClient/async-http-client/issues</url>
  </issueManagement>
  <distributionManagement>
    <repository>
      <id>releases</id>
      <name>Loongson maven</name>
      <url>http://10.2.5.132:8082/artifactory/releases-controlled</url>
    </repository>
    <snapshotRepository>
      <id>snapshots</id>
      <name>Loongson maven</name>
      <url>http://10.2.5.132:8082/artifactory/snapshots-controlled</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.asynchttpclient</groupId>
        <artifactId>async-http-client</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.asynchttpclient</groupId>
        <artifactId>async-http-client-example</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.asynchttpclient</groupId>
        <artifactId>async-http-client-extras-guava</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.asynchttpclient</groupId>
        <artifactId>async-http-client-extras-jdeferred</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.asynchttpclient</groupId>
        <artifactId>async-http-client-extras-registry</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.asynchttpclient</groupId>
        <artifactId>async-http-client-extras-retrofit2</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.asynchttpclient</groupId>
        <artifactId>async-http-client-extras-rxjava</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.asynchttpclient</groupId>
        <artifactId>async-http-client-extras-rxjava2</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.asynchttpclient</groupId>
        <artifactId>async-http-client-extras-simple</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.asynchttpclient</groupId>
        <artifactId>async-http-client-extras-typesafe-config</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.asynchttpclient</groupId>
        <artifactId>async-http-client-netty-utils</artifactId>
        <version>${project.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
