2013-09-06 17:14:53 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-04-02 11:55:21 -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">
|
2013-08-30 18:40:23 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-project</artifactId>
|
2016-03-14 12:07:52 -04:00
|
|
|
<version>9.3.9-SNAPSHOT</version>
|
2013-08-30 18:40:23 -04:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2013-09-04 10:23:38 -04:00
|
|
|
<groupId>org.eclipse.jetty.fcgi</groupId>
|
|
|
|
<artifactId>fcgi-parent</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2014-03-13 11:21:34 -04:00
|
|
|
<name>Jetty :: FastCGI :: Parent</name>
|
2013-10-22 13:20:40 -04:00
|
|
|
|
2013-09-04 10:23:38 -04:00
|
|
|
<modules>
|
2014-03-14 06:35:54 -04:00
|
|
|
<module>fcgi-client</module>
|
2013-09-06 17:14:53 -04:00
|
|
|
<module>fcgi-server</module>
|
2013-09-04 10:23:38 -04:00
|
|
|
</modules>
|
2013-08-30 18:40:23 -04:00
|
|
|
|
2014-03-13 11:21:34 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-test-helper</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2013-08-30 18:40:23 -04:00
|
|
|
|
|
|
|
</project>
|