<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.atmosphere</groupId>
        <artifactId>atmosphere-project</artifactId>
        <version>1.0.0.beta2a</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>

    <groupId>org.atmosphere</groupId>
    <artifactId>atmosphere-spring</artifactId>
    <packaging>jar</packaging>
    <version>1.0.0.beta2a</version>
    <name>atmosphere-spring</name>
    <url>https://github.com/Atmosphere/atmosphere</url>

    <dependencies>
        <dependency>
            <groupId>org.atmosphere</groupId>
            <artifactId>atmosphere-runtime</artifactId>
            <version>1.0.0.beta2a</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
			<version>${spring-version}</version>
        </dependency>
    </dependencies>
</project>
