summaryrefslogtreecommitdiffstats
path: root/jdisc_jetty
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-04-08 16:11:57 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-04-09 18:48:38 +0200
commit228cf930871bcd5174bf1b848007a5f76effe0b1 (patch)
tree1acf9a48b621467ac49a9909978a0d26d0c75dfe /jdisc_jetty
parenta16b5e42e5e1b5fac43983375145b08328f65f8c (diff)
Add Jetty http2 + alpn bundles
Diffstat (limited to 'jdisc_jetty')
-rw-r--r--jdisc_jetty/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/jdisc_jetty/pom.xml b/jdisc_jetty/pom.xml
index 89e573651e9..fcbf0eed8b7 100644
--- a/jdisc_jetty/pom.xml
+++ b/jdisc_jetty/pom.xml
@@ -16,6 +16,18 @@
<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>