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">
|
2019-06-24 11:42:39 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-project</artifactId>
|
2021-10-06 15:51:32 -04:00
|
|
|
<version>10.0.8-SNAPSHOT</version>
|
2019-06-24 11:42:39 -04:00
|
|
|
</parent>
|
2013-08-30 18:40:23 -04:00
|
|
|
|
2019-06-24 11:42:39 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.eclipse.jetty.fcgi</groupId>
|
|
|
|
<artifactId>fcgi-parent</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Jetty :: FastCGI :: Parent</name>
|
2013-10-22 13:20:40 -04:00
|
|
|
|
2019-06-24 11:42:39 -04:00
|
|
|
<modules>
|
|
|
|
<module>fcgi-client</module>
|
|
|
|
<module>fcgi-server</module>
|
|
|
|
</modules>
|
2013-08-30 18:40:23 -04:00
|
|
|
|
2019-06-24 11:42:39 -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>
|