<?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.github.biopet</groupId>
    <artifactId>common-utils_2.12</artifactId>
    <packaging>jar</packaging>
    <description>common-utils</description>
    <url>https://github.com/biopet/common-utils</url>
    <version>0.6</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>common-utils</name>
    <inceptionYear>2014</inceptionYear>
    <organization>
        <name>Biopet</name>
        <url>https://github.com/biopet/common-utils</url>
    </organization>
    <scm>
        <url>https://github.com/biopet/common-utils</url>
        <connection>scm:git@github.com:biopet/common-utils.git</connection>
    </scm>
    <developers>
        <developer>
            <id>ffinfo</id>
            <name>Peter van 't Hof</name>
            <email>pjrvanthof@gmail.com</email>
            <url>https://github.com/ffinfo</url>
        </developer>
        <developer>
            <id>rhpvorderman</id>
            <name>Ruben Vorderman</name>
            <email>r.h.p.vorderman@lumc.nl</email>
            <url>https://github.com/rhpvorderman</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.5</version>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.17</version>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.6</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.play</groupId>
            <artifactId>play-json_2.12</artifactId>
            <version>2.6.8</version>
        </dependency>
        <dependency>
            <groupId>org.yaml</groupId>
            <artifactId>snakeyaml</artifactId>
            <version>1.17</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-simple</artifactId>
            <version>1.7.25</version>
        </dependency>
        <dependency>
            <groupId>com.roundeights</groupId>
            <artifactId>hasher_2.12</artifactId>
            <version>1.2.0</version>
        </dependency>
        <dependency>
            <groupId>com.github.biopet</groupId>
            <artifactId>test-utils_2.12</artifactId>
            <version>0.4</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>