summaryrefslogtreecommitdiffstats
path: root/jdisc_jetty/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_jetty/pom.xml')
-rw-r--r--jdisc_jetty/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jdisc_jetty/pom.xml b/jdisc_jetty/pom.xml
index fcbf0eed8b7..379255c4fd8 100644
--- a/jdisc_jetty/pom.xml
+++ b/jdisc_jetty/pom.xml
@@ -47,6 +47,11 @@
<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>
+ </dependency>
</dependencies>
<build>
<plugins>