<?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.bizo</groupId>
    <artifactId>args4j-helpers_2.10</artifactId>
    <packaging>jar</packaging>
    <description>args4j-helpers</description>
    <version>1.0.0</version>
    <name>args4j-helpers</name>
    <organization>
        <name>com.bizo</name>
    </organization>
    <url>https://github.com/ogrodnek/args4j-helpers</url>
    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>https://github.com/ogrodnek/args4j-helpers</url>
        <connection>https://github.com/ogrodnek/args4j-helpers.git</connection>
    </scm>
    <developers>
        <developer>
            <id>larry</id>
            <name>Larry Ogrodnek</name>
            <email>larry@bizo.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.3</version>
        </dependency>
        <dependency>
            <groupId>args4j</groupId>
            <artifactId>args4j</artifactId>
            <version>2.0.26</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.10-M4</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>