<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.manyangled</groupId>
    <artifactId>snowball</artifactId>
    <packaging>jar</packaging>
    <description>snowball</description>
    <url>https://github.com/erikerlandson/snowball/</url>
    <version>0.3.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://opensource.org/licenses/Apache-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>snowball</name>
    <organization>
        <name>com.manyangled</name>
        <url>https://github.com/erikerlandson/snowball/</url>
    </organization>
    <scm>
        <url>https://github.com/erikerlandson/snowball.git</url>
        <connection>scm:git@github.com:erikerlandson/snowball.git</connection>
    </scm>
    <developers>
        <developer>
            <id>erikerlandson</id>
            <name>Erik Erlandson</name>
            <url>https://erikerlandson.github.io/</url>
            <email>eje@redhat.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-math3</artifactId>
            <version>3.6.1</version>
        </dependency>
        <dependency>
            <groupId>com.manyangled</groupId>
            <artifactId>gibbous</artifactId>
            <version>0.3.0</version>
        </dependency>
        <dependency>
            <groupId>com.manyangled</groupId>
            <artifactId>gnuplot4s_2.12</artifactId>
            <version>0.2.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-library</artifactId>
            <version>1.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.11</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>