<?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>net.caoticode.dirwatcher</groupId>
    <artifactId>dir-watcher_2.11</artifactId>
    <packaging>jar</packaging>
    <description>A scriptable app and library for watching files and directories for filesystem events</description>
    <url>https://github.com/mdread/dir-watcher</url>
    <version>0.1.0</version>
    <licenses>
        <license>
            <name>MIT License</name>
            <url>http://www.opensource.org/licenses/mit-license.php</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>dir-watcher</name>
    <organization>
        <name>net.caoticode.dirwatcher</name>
        <url>https://github.com/mdread/dir-watcher</url>
    </organization>
    <scm>
        <url>git@github.com:mdread/dir-watcher.git</url>
        <connection>scm:git:git@github.com:mdread/dir-watcher.git</connection>
    </scm>
    <developers>
        <developer>
            <id>mdread</id>
            <name>Daniel Camarda</name>
            <url>https://github.com/mdread</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.7</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.akka</groupId>
            <artifactId>akka-actor_2.11</artifactId>
            <version>2.3.12</version>
        </dependency>
        <dependency>
            <groupId>com.twitter</groupId>
            <artifactId>util-eval_2.11</artifactId>
            <version>6.26.0</version>
        </dependency>
    </dependencies>
</project>