summaryrefslogtreecommitdiffstats
path: root/jdisc_jetty/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-07 16:26:34 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-08 13:44:26 +0200
commit2af24a81aa7c2351e6e2a7dd22419dd65b0be79b (patch)
treea1e107b7d680f09047f474c3aecf446d8c94241c /jdisc_jetty/pom.xml
parent5b69de35fb321ccd52757f4dac75df52f1c711d8 (diff)
Package spifly and asm dependencies into container-spifly bundle
Diffstat (limited to 'jdisc_jetty/pom.xml')
-rw-r--r--jdisc_jetty/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/jdisc_jetty/pom.xml b/jdisc_jetty/pom.xml
index 375958550f2..62a09da97a9 100644
--- a/jdisc_jetty/pom.xml
+++ b/jdisc_jetty/pom.xml
@@ -15,11 +15,6 @@
<version>8-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
- <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>
- </dependency>
</dependencies>
<build>
<plugins>