<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.nextapp</groupId>
    <artifactId>echo3-extras-webcontainer</artifactId>
    <packaging>jar</packaging>
    <name>Echo3 Extras</name>
    <version>3.0.3</version>
    <description>Echo3 Extras AJAX Framework</description>
    <url>http://echo.nextapp.com/site/echo3</url>

    <developers>
        <developer>
            <id>tliebeck</id>
            <name>Tod Liebeck</name>
            <organization>NextApp, Inc.</organization>
            <email>tliebeck@nextapp.com</email>
            <roles>
                <role>architect</role>
                <role>developer</role>
            </roles>
        </developer>
        <developer>
            <id>bschmid</id>
            <name>Benjamin Schmid</name>
            <organization>eXXcellent solutions GmbH</organization>
            <roles>
                <role>developer</role>
            </roles>
        </developer>
    </developers>

    <licenses>
        <license>
            <name>MPL 1.1</name>
            <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
        </license>
        <license>
            <name>LGPL 2.1</name>
            <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
        </license>
        <license>
            <name>GPL 2.0</name>
            <url>http://www.gnu.org/licenses/gpl-2.0.html</url>
        </license>
    </licenses>

    <issueManagement>
        <url>https://github.com/echo3/echo3extras/issues</url>
    </issueManagement>

    <scm>
        <connection>scm:git:https://github.com/echo3/echo3extras.git</connection>
        <developerConnection>scm:git:ssh://git@github.com:echo3/echo3extras.git</developerConnection>
        <url>https://github.com/echo3/echo3extras</url>
    </scm>

    <dependencies>
        <dependency>
            <groupId>com.nextapp</groupId>
            <artifactId>echo3-webcontainer</artifactId>
            <version>[3.0.0,)</version>
        </dependency>
        <dependency>
            <groupId>com.nextapp</groupId>
            <artifactId>echo3-extras</artifactId>
            <version>3.0.3</version>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>[2.4,)</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

</project>

