Update jetty-alpn-agent version to support latest JDK 8 release. (#8402)
Motivation: We need to update jetty-alpn-agent to be able to run tests with OpenJDK 8u191 Modifications: Update to 2.0.8 Result: Be able to run tests with latest JDK 8 release.
This commit is contained in:
parent
3543e17967
commit
f24da67a23
2
pom.xml
2
pom.xml
@ -222,7 +222,7 @@
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<netty.build.version>22</netty.build.version>
|
||||
<jboss.marshalling.version>1.4.11.Final</jboss.marshalling.version>
|
||||
<jetty.alpnAgent.version>2.0.7</jetty.alpnAgent.version>
|
||||
<jetty.alpnAgent.version>2.0.8</jetty.alpnAgent.version>
|
||||
<jetty.alpnAgent.path>"${settings.localRepository}"/org/mortbay/jetty/alpn/jetty-alpn-agent/${jetty.alpnAgent.version}/jetty-alpn-agent-${jetty.alpnAgent.version}.jar</jetty.alpnAgent.path>
|
||||
<argLine.common>
|
||||
-server
|
||||
|
Loading…
Reference in New Issue
Block a user