<?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>net.openhft</groupId>
  <artifactId>hftc-impl-jdk8</artifactId>
  <version>0.5.1</version>
  <name>HFT Collections (implementation)</name>
  <description>Trove of primitive collections with Apache 2.0 license, built for Java Java 8</description>
  <url>https://github.com/OpenHFT/hftc</url>
  <inceptionYear>2013</inceptionYear>
  <organization>
    <name>Higher Frequency Trading</name>
    <url>http://openhft.net</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>
      <id>leventov</id>
      <name>Roman Leventov</name>
      <email>leventov@ya.ru</email>
      <url>http://www.leventov.ru</url>
      <organization>Higher Frequency Trading</organization>
      <organizationUrl>http://openhft.net</organizationUrl>
      <timezone>+4</timezone>
    </developer>
  </developers>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/OpenHFT/hftc/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git://github.com/OpenHFT/hftc</connection>
    <developerConnection>scm:git:git://github.com/OpenHFT/hftc</developerConnection>
    <url>https://github.com/OpenHFT/hftc</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>2.0.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.openhft</groupId>
      <artifactId>hftc-api-jdk8</artifactId>
      <version>0.5.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.auto.value</groupId>
      <artifactId>auto-value</artifactId>
      <version>1.0-rc1</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
