<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.vaadin.external.atmosphere</groupId>
        <artifactId>atmosphere-gwt</artifactId>
        <version>1.0.14-vaadin1</version>
    </parent>

    <groupId>com.vaadin.external.atmosphere</groupId>
    <artifactId>atmosphere-gwt-extra</artifactId>
    <packaging>jar</packaging>
    <name>atmosphere-gwt-extra</name>

    <build>
        <resources>
            <resource>
                <directory>src/main/resources</directory>
            </resource>
            <resource>
                <directory>src/main/java</directory>
                <includes>
                    <include>org/atmosphere/gwt/client/**</include>
                </includes>
            </resource>
        </resources>
    </build>

    <dependencies>
        <dependency>
            <groupId>com.vaadin.external.atmosphere</groupId>
            <artifactId>atmosphere-gwt-client</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.google.gwt</groupId>
            <artifactId>gwt-user</artifactId>
        </dependency>
        <dependency> 
           <groupId>org.atmosphere</groupId>
	    <artifactId>gwtprojsonserializer</artifactId> 
           <version>1.0.0</version> 
           <scope>provided</scope>
        </dependency>
    </dependencies>
    
</project>
