summaryrefslogtreecommitdiffstats
path: root/jdisc_jetty
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2021-04-09 20:27:56 +0200
committerGitHub <noreply@github.com>2021-04-09 20:27:56 +0200
commit8377d0e7ed0c13eabc0946d5ed575b68a3e1e867 (patch)
tree3309152d43d33f71e8acd8789c27c54070041e10 /jdisc_jetty
parenta16b5e42e5e1b5fac43983375145b08328f65f8c (diff)
parent97e0e1ddc8859adba08d56220370ba223fd11295 (diff)
Merge pull request #17315 from vespa-engine/bjorncs/jdisc-http2-preps
Bjorncs/jdisc http2 preps [run-systemtest]
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>