2014-06-01 18:58:04 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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">
|
|
|
|
<parent>
|
2014-06-09 07:08:54 -04:00
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-parent</artifactId>
|
2016-10-14 13:39:37 -04:00
|
|
|
<version>9.3.13.v20161014</version>
|
2014-06-01 18:58:04 -04:00
|
|
|
</parent>
|
2014-06-09 07:08:54 -04:00
|
|
|
|
2014-06-01 18:58:04 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2014-06-09 07:08:54 -04:00
|
|
|
<artifactId>http2-hpack</artifactId>
|
|
|
|
<name>Jetty :: HTTP2 :: HPACK</name>
|
|
|
|
|
2014-08-15 05:35:49 -04:00
|
|
|
<properties>
|
|
|
|
<bundle-symbolic-name>${project.groupId}.hpack</bundle-symbolic-name>
|
|
|
|
</properties>
|
2014-06-01 18:58:04 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2014-06-04 06:05:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-http</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2014-06-04 07:18:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-io</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2014-06-01 18:58:04 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-test-helper</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-07-16 00:04:08 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util-ajax</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-06-01 18:58:04 -04:00
|
|
|
</dependencies>
|
2014-06-09 07:08:54 -04:00
|
|
|
|
2014-06-01 18:58:04 -04:00
|
|
|
<build>
|
|
|
|
</build>
|
2014-06-09 07:08:54 -04:00
|
|
|
|
2014-06-01 18:58:04 -04:00
|
|
|
</project>
|