summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-03 14:05:46 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-08 13:41:36 +0200
commitab58d331f5bc6626da507c4349e606d4886f1134 (patch)
tree2f9d44ae3a7dc6070e472d0ec5976f2caa533cec /container-dev
parent14ceb2e5596a30d63a0ae3ea6262f2f41bed93e7 (diff)
Embed the core Jetty bundles inside container-core
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 346371e0477..715340c4913 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -102,6 +102,45 @@
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
</exclusion>
+
+ <!-- START JETTY embedded jars -->
+ <exclusion>
+ <groupId>org.eclipse.jetty.alpn</groupId>
+ <artifactId>alpn-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty.http2</groupId>
+ <artifactId>http2-server</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-alpn-java-server</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-client</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-continuation</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-jmx</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-server</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlet</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlets</artifactId>
+ </exclusion>
+ <!-- END JETTY embedded jars -->
</exclusions>
</dependency>
<dependency>