<?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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
          <modelVersion>4.0.0</modelVersion>
          <groupId>ai.x</groupId>
          <artifactId>diff_2.10</artifactId>
          <version>1.0.2</version>
          <packaging>jar</packaging>
          <name>diff</name>
          <description>diff tool for Scala data structures (nested case classes etc)</description>
          <url>http://github.com/xdotai/diff</url>
          <licenses>
            <license>
              <name>Two-clause BSD-style license</name>
                <url>http://github.com/xdotai/diff/blob/master/LICENSE.txt</url>
              <distribution>repo</distribution>
            </license>
          </licenses>
          <developers>
            <developer>
              <id>cvogt</id>
              <name>Jan Christopher Vogt</name>
              <timezone>-5</timezone>
              <url>https://github.com/cvogt/</url>
            </developer>
          </developers>
          <scm>
            <url>git@github.com:xdotai/diff.git</url>
            <connection>scm:git:git@github.com:xdotai/diff.git</connection>
          </scm>
          <inceptionYear>2016</inceptionYear><organization>
        <name>x.ai</name>
        <url>http://x.ai</url>
    </organization>
          <dependencies>
          <dependency>
                    <groupId>org.scala-lang</groupId>
                    <artifactId>scala-library</artifactId>
                    <version>2.10.6</version>
                </dependency><dependency>
                    <groupId>com.chuusai</groupId>
                    <artifactId>shapeless_2.10</artifactId>
                    <version>2.3.1</version>
                </dependency><dependency>
                    <groupId>org.cvogt</groupId>
                    <artifactId>scala-extensions_2.10</artifactId>
                    <version>0.4.1</version>
                </dependency>
          </dependencies>
      </project>