<?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.arangodb</groupId>
  <artifactId>http-protocol</artifactId>
  <version>7.22.0</version>
  <name>http-protocol</name>
  <description>HTTP Protocol module for ArangoDB Java Driver</description>
  <url>https://github.com/arangodb/arangodb-java-driver/http-protocol</url>
  <inceptionYear>2016</inceptionYear>
  <organization>
    <name>ArangoDB GmbH</name>
    <url>https://www.arangodb.com</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Michele Rastelli</name>
      <url>https://github.com/rashtao</url>
    </developer>
    <developer>
      <id>mpv1989</id>
      <name>Mark Vollmary</name>
      <url>https://github.com/mpv1989</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/arangodb/arangodb-java-driver.git/http-protocol</connection>
    <developerConnection>scm:git:git://github.com/arangodb/arangodb-java-driver.git/http-protocol</developerConnection>
    <url>https://github.com/arangodb/arangodb-java-driver/http-protocol</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.arangodb</groupId>
      <artifactId>core</artifactId>
      <version>7.22.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-web-client</artifactId>
      <version>4.5.7</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>oss.sonatype.org-snapshot</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.central</groupId>
        <artifactId>central-publishing-maven-plugin</artifactId>
        <version>0.8.0</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
