<?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.google.gwt</groupId>
        <artifactId>gwt</artifactId>
        <version>2.4.0</version>
    </parent>
    <groupId>com.google.gwt</groupId>
    <artifactId>gwt-servlet</artifactId>
    <packaging>jar</packaging>
    <version>2.4.0</version>
    <!-- Declare these in your project POM if using RequestFactory -->
    <dependencies>
	<dependency>
	    <groupId>javax.validation</groupId>
	    <artifactId>validation-api</artifactId>
	    <version>1.0.0.GA</version>
            <optional>true</optional>
	</dependency>
	<dependency>
	    <groupId>org.json</groupId>
	    <artifactId>json</artifactId>
	    <version>20090211</version>
            <optional>true</optional>
	</dependency>
    </dependencies>
</project>
