aboutsummaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-04-09 21:39:07 +0200
committerGitHub <noreply@github.com>2021-04-09 21:39:07 +0200
commitb3315ec9291d1b91797bcc9416578afe00ef3361 (patch)
tree274a67797f6a1075d610d7318c56fa82497aa8bd /container-dependency-versions
parent8377d0e7ed0c13eabc0946d5ed575b68a3e1e867 (diff)
Revert "Bjorncs/jdisc http2 preps [run-systemtest]"
Diffstat (limited to 'container-dependency-versions')
-rw-r--r--container-dependency-versions/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/container-dependency-versions/pom.xml b/container-dependency-versions/pom.xml
index afcdf474723..04ce3405d83 100644
--- a/container-dependency-versions/pom.xml
+++ b/container-dependency-versions/pom.xml
@@ -387,25 +387,6 @@
<artifactId>guava-testlib</artifactId>
<version>${guava.version}</version>
</dependency>
-
- <dependency>
- <!-- Installed in jdisc runtime, but should only be used internally and not leaked as maven dep to users -->
- <groupId>org.eclipse.jetty.alpn</groupId>
- <artifactId>alpn-api</artifactId>
- <version>${jetty-alpn.version}</version>
- </dependency>
- <dependency>
- <!-- Installed in jdisc runtime, but should only be used internally and not leaked as maven dep to users -->
- <groupId>org.eclipse.jetty.http2</groupId>
- <artifactId>http2-server</artifactId>
- <version>${jetty.version}</version>
- </dependency>
- <dependency>
- <!-- Installed in jdisc runtime, but should only be used internally and not leaked as maven dep to users -->
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-alpn-java-server</artifactId>
- <version>${jetty.version}</version>
- </dependency>
<dependency>
<!-- Installed in jdisc runtime, but should only be used internally and not leaked as maven dep to users -->
<groupId>org.eclipse.jetty</groupId>
@@ -478,7 +459,6 @@
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
<jaxb.version>2.3.0</jaxb.version>
<jetty.version>9.4.38.v20210224</jetty.version>
- <jetty-alpn.version>1.1.3.v20160715</jetty-alpn.version>
<org.lz4.version>1.7.1</org.lz4.version>
<org.json.version>20090211</org.json.version>
<slf4j.version>1.7.30</slf4j.version>