summaryrefslogtreecommitdiffstats
path: root/jdisc_jetty
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-04-14 13:58:29 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-04-14 14:57:13 +0200
commit6a75b47243580529cf2abb9fd4f8d439c890135a (patch)
tree3c807e4871e25d102b63c3e003930bf27f431172 /jdisc_jetty
parentacc1a51015dc24ad3de9e99c9c067d49a517b8c1 (diff)
Use spifly to support ServiceLoader API in OSGi context
Includes upgrade of asm to 9.1
Diffstat (limited to 'jdisc_jetty')
-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>