aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_jetty
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2021-04-12 12:21:45 +0200
committerGitHub <noreply@github.com>2021-04-12 12:21:45 +0200
commitd63e3d7e5b5d31fd485fc710c97d674904f13754 (patch)
treec019d2ece68973a01407121d3726c6ec2fe74aef /jdisc_jetty
parentf7dc9f789dcec46b0c3365878b1100ef2e9a37d4 (diff)
Revert "Revert "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>