summaryrefslogtreecommitdiffstats
path: root/jdisc_jetty
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 /jdisc_jetty
parent8377d0e7ed0c13eabc0946d5ed575b68a3e1e867 (diff)
Revert "Bjorncs/jdisc http2 preps [run-systemtest]"
Diffstat (limited to 'jdisc_jetty')
-rw-r--r--jdisc_jetty/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/jdisc_jetty/pom.xml b/jdisc_jetty/pom.xml
index fcbf0eed8b7..89e573651e9 100644
--- a/jdisc_jetty/pom.xml
+++ b/jdisc_jetty/pom.xml
@@ -16,18 +16,6 @@
<packaging>jar</packaging>
<dependencies>
<dependency>
- <groupId>org.eclipse.jetty.alpn</groupId>
- <artifactId>alpn-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty.http2</groupId>
- <artifactId>http2-server</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-alpn-java-server</artifactId>
- </dependency>
- <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-continuation</artifactId>
</dependency>