<?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>tech.pronghorn</groupId>
  <artifactId>plugin-collections-jctools</artifactId>
  <version>0.2.1</version>
  <name>Pronghorn Framework JCTools Collections Plugin</name>
  <description>A plugin for the Pronghorn Framework utilizing JCTools for various collections.</description>
  <url>https://pronghorn.tech</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>caturner81</id>
      <name>Chris Turner</name>
      <email>chris@pronghorn.tech</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:pronghorn-tech/plugin-collections-jctools.git</connection>
    <developerConnection>scm:git@github.com:pronghorn-tech/plugin-collections-jctools.git</developerConnection>
    <url>https://github.com/pronghorn-tech/plugin-collections-jctools.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.2.31</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jctools</groupId>
      <artifactId>jctools-core</artifactId>
      <version>2.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>tech.pronghorn</groupId>
      <artifactId>common</artifactId>
      <version>0.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-engine</artifactId>
      <version>5.1.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>2.16.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
