<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>co.ipregistry</groupId>
  <artifactId>ipregistry-client</artifactId>
  <version>2.2.0</version>
  <dependencies>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>28.1-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>fluent-hc</artifactId>
      <version>4.5.9</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>ipregistry-client</name>
  <packaging>jar</packaging>
  <url>https://github.com/ipregistry/ipregistry-java</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/ipregistry/ipregistry-java.git</url>
  </scm>
  <issueManagement>
    <url>https://github.com/ipregistry/ipregistry-java/issues</url>
    <system>GitHub issues</system>
  </issueManagement>
  <ciManagement>
    <url>https://travis-ci.org/ipregistry/ipregistry-java</url>
    <system>TravisCI</system>
  </ciManagement>
  <contributors>
    <contributor>
      <name>Laurent Pellegrino</name>
      <url>https://github.com/lpellegr</url>
    </contributor>
    <contributor>
      <name>shipkit.org automated bot</name>
      <url>https://github.com/shipkit-org</url>
    </contributor>
  </contributors>
  <description>Official Java client for Ipregistry, a fast, reliable IP geolocation and threat data API.</description>
  <developers>
    <developer>
      <id>lpellegr</id>
      <name>Laurent Pellegrino</name>
      <email>laurent.pellegrino@ipregistry.co</email>
    </developer>
  </developers>
  <inceptionYear>2019</inceptionYear>
  <organization>
    <name>Ipregistry</name>
    <url>https://ipregistry.co</url>
  </organization>
</project>
