jetty.project/examples/async-rest/pom.xml

20 lines
658 B
XML
Raw Normal View History

<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">
2017-06-06 11:55:12 -04:00
<parent>
<groupId>org.eclipse.jetty.examples</groupId>
<artifactId>examples-parent</artifactId>
2019-08-13 18:34:20 -04:00
<version>9.4.21-SNAPSHOT</version>
</parent>
2017-06-06 11:55:12 -04:00
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>example-async-rest</artifactId>
<packaging>pom</packaging>
<name>Example Async Rest</name>
2017-06-06 11:55:12 -04:00
<modules>
<module>async-rest-jar</module>
<module>async-rest-webapp</module>
</modules>
2017-06-06 11:55:12 -04:00
</project>