<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.snowplowanalytics</groupId>
  <artifactId>iab-spiders-and-robots-client</artifactId>
  <version>0.1.0</version>
  <name>iab-spiders-and-robots-client</name>
  <description>Snowplow Java client library for the IAB and ABC International Spiders and Robots lists.</description>
  <url>https://github.com/snowplow/iab-spiders-and-robots-java-client/</url>
  <inceptionYear>2017</inceptionYear>
  <organization>
    <name>com.snowplowanalytics</name>
    <url>http://snowplowanalytics.com</url>
  </organization>
  <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>
  <developers>
    <developer>
      <name>Snowplow Analytics Ltd</name>
      <email>support@snowplowanalytics.com</email>
      <organization>Snowplow Analytics Ltd</organization>
      <organizationUrl>http://snowplowanalytics.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/snowplow/iab-spiders-and-robots-java-client.git</connection>
    <url>https://github.com/snowplow/iab-spiders-and-robots-java-client</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-csv</artifactId>
      <version>1.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-net</groupId>
      <artifactId>commons-net</artifactId>
      <version>3.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <version>2.6.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
