aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_jetty
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-05-25 09:09:18 +0200
committerGitHub <noreply@github.com>2018-05-25 09:09:18 +0200
commit96fe4748153d65e067408fc7c26f9bea23fd48f6 (patch)
tree3ed356e202f570ea9a0734c017228d3026438d3f /jdisc_jetty
parent4d4c97a77dcabace7e47e7dbe112e382c6fae13f (diff)
Revert "Remove aries.spifly and asm-debug-all."
Diffstat (limited to 'jdisc_jetty')
-rw-r--r--jdisc_jetty/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jdisc_jetty/pom.xml b/jdisc_jetty/pom.xml
index 404476f7bf2..0f8a5ba19e2 100644
--- a/jdisc_jetty/pom.xml
+++ b/jdisc_jetty/pom.xml
@@ -16,6 +16,10 @@
<packaging>jar</packaging>
<dependencies>
<dependency>
+ <groupId>org.apache.aries.spifly</groupId>
+ <artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-continuation</artifactId>
</dependency>