<?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>net.iakovlev</groupId>
    <artifactId>timeshape</artifactId>
    <packaging>jar</packaging>
    <description>timeshape</description>
    <version>2018d.2</version>
    <name>timeshape</name>
    <organization>
        <name>net.iakovlev</name>
    </organization>
    <url>https://github.com/RomanIakovlev/timeshape</url>
    <licenses>
        <license>
            <name>MIT License</name>
            <url>http://opensource.org/licenses/mit-license.php</url>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:github.com/RomanIakovlev/timeshape.git</connection>
        <developerConnection>scm:git:git@github.com:RomanIakovlev/timeshape.git</developerConnection>
        <url>github.com/RomanIakovlev/timeshape</url>
    </scm>
    <developers>
        <developer>
            <id>Roman Iakovlev</id>
            <name>Roman Iakovlev</name>
            <url>http://github.com/RomanIakovlev</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>net.iakovlev</groupId>
            <artifactId>protostuff</artifactId>
            <version>2018d.2</version>
        </dependency>
        <dependency>
            <groupId>com.esri.geometry</groupId>
            <artifactId>esri-geometry-api</artifactId>
            <version>2.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-compress</artifactId>
            <version>1.14</version>
        </dependency>
        <dependency>
            <groupId>org.tukaani</groupId>
            <artifactId>xz</artifactId>
            <version>1.6</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.11</version>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <groupId>junit</groupId>
                    <artifactId>junit-dep</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>
</project>