<?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.a14e</groupId>
    <artifactId>simplevalidation_2.12</artifactId>
    <packaging>jar</packaging>
    <description>simplevalidation</description>
    <version>0.1</version>
    <name>simplevalidation</name>
    <organization>
        <name>com.github.a14e</name>
    </organization>
    <url>https://github.com/a14e/SimpleValidation/</url>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://github.com/a14e/SimpleValidation/blob/master/LICENSE.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>shttps://github.com/a14e/SimpleValidation.git</connection>
        <url>https://github.com/a14e/MongoLess.git</url>
    </scm>
    <developers>
        <developer>
            <id>AndrewInstance</id>
            <name>Andrew</name>
            <email>m0hct3r@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.8</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>1.10.19</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.4</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>