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">
|
2023-10-11 21:51:36 -04:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2019-06-24 11:42:39 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2022-05-03 09:50:54 -04:00
|
|
|
<artifactId>jetty-core</artifactId>
|
2024-04-26 08:42:57 -04:00
|
|
|
<version>12.1.0-SNAPSHOT</version>
|
2019-06-24 11:42:39 -04:00
|
|
|
</parent>
|
|
|
|
<groupId>org.eclipse.jetty.fcgi</groupId>
|
2022-08-11 04:08:11 -04:00
|
|
|
<artifactId>jetty-fcgi</artifactId>
|
2019-06-24 11:42:39 -04:00
|
|
|
<packaging>pom</packaging>
|
2023-01-27 13:09:06 -05:00
|
|
|
<name>Core :: FastCGI</name>
|
2013-10-22 13:20:40 -04:00
|
|
|
|
2019-06-24 11:42:39 -04:00
|
|
|
<modules>
|
2022-08-11 04:08:11 -04:00
|
|
|
<module>jetty-fcgi-client</module>
|
2022-10-17 18:00:34 -04:00
|
|
|
<module>jetty-fcgi-proxy</module>
|
2023-10-11 21:51:36 -04:00
|
|
|
<module>jetty-fcgi-server</module>
|
2019-06-24 11:42:39 -04:00
|
|
|
</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>
|