<?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.ccadllc.cedi</groupId>
    <artifactId>config_2.11</artifactId>
    <packaging>bundle</packaging>
    <description>config</description>
    <version>1.0.0</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>https://github.com/ccadllc/cedi-config/blob/master/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>config</name>
    <organization>
        <name>com.ccadllc.cedi</name>
        <url>http://ccadllc.com</url>
    </organization>
    <url>http://github.com/ccadllc/cedi-config</url>
    <scm>
        <url>$git@github.com:ccadllc/${githubProject.value}.git</url>
        <connection>scm:git:$git@github.com:ccadllc/${githubProject.value}.git</connection>
    </scm>
    <developers>
        <developer>
            <id>mpilquist</id>
            <name>Michael Pilquist</name>
            <url>https://github.com/mpilquist</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.8</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe</groupId>
            <artifactId>config</artifactId>
            <version>1.3.0</version>
        </dependency>
        <dependency>
            <groupId>com.chuusai</groupId>
            <artifactId>shapeless_2.11</artifactId>
            <version>2.3.2</version>
        </dependency>
    </dependencies>
</project>