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-09-04 10:23:38 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty.fcgi</groupId>
|
|
|
|
<artifactId>fcgi-parent</artifactId>
|
2016-05-17 16:33:42 -04:00
|
|
|
<version>9.2.17.v20160517</version>
|
2013-09-04 10:23:38 -04:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2014-03-14 06:35:54 -04:00
|
|
|
<artifactId>fcgi-client</artifactId>
|
|
|
|
<name>Jetty :: FastCGI :: Client</name>
|
2013-09-04 10:23:38 -04:00
|
|
|
|
|
|
|
<properties>
|
2014-03-14 06:35:54 -04:00
|
|
|
<bundle-symbolic-name>${project.groupId}.client</bundle-symbolic-name>
|
2013-09-04 10:23:38 -04:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
2014-03-13 11:21:34 -04:00
|
|
|
<version>${project.version}</version>
|
2013-09-04 10:23:38 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-io</artifactId>
|
2014-03-13 11:21:34 -04:00
|
|
|
<version>${project.version}</version>
|
2013-09-04 10:23:38 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-http</artifactId>
|
2014-03-13 11:21:34 -04:00
|
|
|
<version>${project.version}</version>
|
2013-09-04 10:23:38 -04:00
|
|
|
</dependency>
|
2014-03-14 06:35:54 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2013-09-04 10:23:38 -04:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|