2012-10-18 10:21:42 -04:00
|
|
|
<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">
|
|
|
|
<parent>
|
2012-11-20 13:25:38 -05:00
|
|
|
<groupId>org.eclipse.jetty.examples</groupId>
|
2012-11-18 23:57:38 -05:00
|
|
|
<artifactId>examples-parent</artifactId>
|
2014-03-30 20:35:06 -04:00
|
|
|
<version>9.2.0-SNAPSHOT</version>
|
2012-11-18 23:57:38 -05:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2012-10-18 10:21:42 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>example-async-rest</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Example Async Rest</name>
|
|
|
|
<modules>
|
|
|
|
<module>async-rest-jar</module>
|
|
|
|
<module>async-rest-webapp</module>
|
|
|
|
</modules>
|
|
|
|
</project>
|