aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_jetty/pom.xml
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 /jdisc_jetty/pom.xml
parent14ceb2e5596a30d63a0ae3ea6262f2f41bed93e7 (diff)
Embed the core Jetty bundles inside container-core
Diffstat (limited to 'jdisc_jetty/pom.xml')
-rw-r--r--jdisc_jetty/pom.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/jdisc_jetty/pom.xml b/jdisc_jetty/pom.xml
index dc3976098fa..375958550f2 100644
--- a/jdisc_jetty/pom.xml
+++ b/jdisc_jetty/pom.xml
@@ -16,42 +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-client</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-continuation</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-server</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-servlet</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-servlets</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-jmx</artifactId>
- </dependency>
- <dependency>
<!-- Required for ServiceLoader to function in OSGi environment. ServiceLoader is used by Jetty -->
<groupId>org.apache.aries.spifly</groupId>
<artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId>