<?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.andyglow</groupId>
    <artifactId>scala-xml-diff_2.11</artifactId>
    <packaging>jar</packaging>
    <description>scala-xml-diff</description>
    <url>http://github.com/andyglow/scala-xml-diff</url>
    <version>2.0.3</version>
    <licenses>
        <license>
            <name>GPL-3.0</name>
            <url>https://www.gnu.org/licenses/gpl-3.0.html</url>
            <distribution>repo</distribution>
        </license>
        <license>
            <name>LGPL-3.0</name>
            <url>https://www.gnu.org/licenses/lgpl-3.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scala-xml-diff</name>
    <organization>
        <name>com.github.andyglow</name>
        <url>http://github.com/andyglow/scala-xml-diff</url>
    </organization>
    <scm>
        <url>git://github.com/andyglow/scala-xml-diff.git</url>
        <connection>scm:git://github.com/andyglow/scala-xml-diff.git</connection>
    </scm>
    <developers>
        <developer>
            <id>andyglow</id>
            <name>Andrey Onistchuk</name>
            <url>https://ua.linkedin.com/in/andyglow</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.12</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-xml_2.11</artifactId>
            <version>1.0.6</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>3.0.5</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>bintrayandyglowscalatools</id>
            <name>bintray-andyglow-scala-tools</name>
            <url>https://dl.bintray.com/andyglow/scala-tools/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>bintrayandyglowscalatools</id>
            <name>bintray-andyglow-scala-tools</name>
            <url>https://dl.bintray.com/andyglow/scala-tools/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>