<?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.liftmodules</groupId>
    <artifactId>ng_3.0_2.10</artifactId>
    <packaging>jar</packaging>
    <description>ng_3.0</description>
    <version>0.2.2</version>
    <name>ng_3.0</name>
    <organization>
        <name>net.liftmodules</name>
    </organization>
    <url>https://github.com/barnesjd/lift-ng</url>
    <licenses>
        <license>
            <name>Apache 2.0 License</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>git@github.com:barnesjd/lift-ng.git</url>
        <connection>scm:git:git@github.com:barnesjd/lift-ng.git</connection>
    </scm>
    <developers>
        <developer>
            <id>htmldoug</id>
            <name>Doug Roper</name>
            <url>https://github.com/htmldoug</url>
        </developer>
        <developer>
            <id>barnesjd</id>
            <name>Joe Barnes</name>
            <url>https://github.com/barnesjd</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.3</version>
        </dependency>
        <dependency>
            <groupId>net.liftweb</groupId>
            <artifactId>lift-webkit_2.10</artifactId>
            <version>3.0-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>