We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdf739 commit 4febf9dCopy full SHA for 4febf9d
servlet/http2/pom.xml
@@ -14,7 +14,7 @@
14
<name>Java EE 8 Samples: Servlet - http2</name>
15
16
<properties>
17
- <alpn-version>8.1.11.v20170118</alpn-version>
+ <alpn-version>8.1.12.v20180117</alpn-version>
18
<jetty-version>9.4.8.v20171121</jetty-version>
19
</properties>
20
@@ -32,12 +32,6 @@
32
<version>${jetty-version}</version>
33
<scope>test</scope>
34
</dependency>
35
- <dependency>
36
- <groupId>org.eclipse.jetty.http2</groupId>
37
- <artifactId>http2-http-client-transport</artifactId>
38
- <version>${jetty-version}</version>
39
- <scope>test</scope>
40
- </dependency>
41
<dependency>
42
<groupId>org.eclipse.jetty</groupId>
43
<artifactId>jetty-alpn-openjdk8-client</artifactId>
0 commit comments