Issue #6728 - QUIC and HTTP/3
change quiche native dependency to released version
This commit is contained in:
parent
362458e145
commit
279eb5a39e
|
@ -27,7 +27,6 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mortbay.jetty.quic.libquiche</groupId>
|
<groupId>org.mortbay.jetty.quic.libquiche</groupId>
|
||||||
<artifactId>jetty-quiche-native</artifactId>
|
<artifactId>jetty-quiche-native</artifactId>
|
||||||
<version>0.10.0-SNAPSHOT</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -78,6 +78,7 @@
|
||||||
<jboss-threads.version>3.1.0.Final</jboss-threads.version>
|
<jboss-threads.version>3.1.0.Final</jboss-threads.version>
|
||||||
<jetty-assembly-descriptors.version>1.1</jetty-assembly-descriptors.version>
|
<jetty-assembly-descriptors.version>1.1</jetty-assembly-descriptors.version>
|
||||||
<jetty.perf-helper.version>1.0.7</jetty.perf-helper.version>
|
<jetty.perf-helper.version>1.0.7</jetty.perf-helper.version>
|
||||||
|
<jetty-quiche-native.version>0.10.0</jetty-quiche-native.version>
|
||||||
<jetty.servlet.api.version>4.0.6</jetty.servlet.api.version>
|
<jetty.servlet.api.version>4.0.6</jetty.servlet.api.version>
|
||||||
<jetty-test-policy.version>1.2</jetty-test-policy.version>
|
<jetty-test-policy.version>1.2</jetty-test-policy.version>
|
||||||
<jetty.test.version>5.9</jetty.test.version>
|
<jetty.test.version>5.9</jetty.test.version>
|
||||||
|
@ -1907,6 +1908,11 @@
|
||||||
<artifactId>apache-jsp</artifactId>
|
<artifactId>apache-jsp</artifactId>
|
||||||
<version>${jsp.impl.version}</version>
|
<version>${jsp.impl.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.mortbay.jetty.quic.libquiche</groupId>
|
||||||
|
<artifactId>jetty-quiche-native</artifactId>
|
||||||
|
<version>${jetty-quiche-native.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.osgi</groupId>
|
<groupId>org.osgi</groupId>
|
||||||
<artifactId>org.osgi.core</artifactId>
|
<artifactId>org.osgi.core</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue