<?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>software.purpledragon</groupId>
    <artifactId>poi4s-kml_2.11</artifactId>
    <packaging>jar</packaging>
    <description>poi4s-kml</description>
    <url>https://stringbean.github.io/poi4s</url>
    <version>0.0.2</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://opensource.org/licenses/Apache-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>poi4s-kml</name>
    <organization>
        <name>Purple Dragon Software</name>
        <url>https://purpledragon.software</url>
    </organization>
    <scm>
        <url>https://github.com/stringbean/poi4s</url>
        <connection>https://github.com/stringbean/poi4s.git</connection>
    </scm>
    <developers>
        <developer>
            <id>stringbean</id>
            <name>Michael Stringer</name>
            <email>@the_stringbean</email>
            <url>https://github.com/stringbean</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.11</version>
        </dependency>
        <dependency>
            <groupId>software.purpledragon</groupId>
            <artifactId>poi4s_2.11</artifactId>
            <version>0.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>3.0.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-xml_2.11</artifactId>
            <version>1.0.6</version>
        </dependency>
        <dependency>
            <groupId>software.purpledragon.xml</groupId>
            <artifactId>xml-scalatest_2.11</artifactId>
            <version>0.0.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.beachape</groupId>
            <artifactId>enumeratum_2.11</artifactId>
            <version>1.5.12</version>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>bintraystringbeanmaven</id>
            <name>bintray-stringbean-maven</name>
            <url>https://dl.bintray.com/stringbean/maven/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>