summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-05-24 12:17:26 +0200
committergjoranv <gv@oath.com>2018-05-24 12:17:26 +0200
commita4c43ba4b4e073a20976a4e6aaf789a8c13144e3 (patch)
tree79188ebf00736e67259a44df20b91f4ce6039f12 /jdisc_http_service/pom.xml
parentd59e0e97a37a872e933d47e21b684f28387a8b88 (diff)
Remove aries.spifly and asm-debug-all.
- asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly should not be necessary, and pulls in asm-debug-all
Diffstat (limited to 'jdisc_http_service/pom.xml')
-rw-r--r--jdisc_http_service/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index 6373189e738..f41994c4916 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -175,7 +175,6 @@
<extensions>true</extensions>
<configuration>
<discPreInstallBundle>
- asm-debug-all-${asm-debug-all.version}.jar,
bcpkix-jdk15on-${bouncycastle.version}.jar,
bcprov-jdk15on-${bouncycastle.version}.jar,
javax.servlet-api-3.1.0.jar,
@@ -188,8 +187,6 @@
jetty-servlet-${jetty.version}.jar,
jetty-servlets-${jetty.version}.jar,
jetty-util-${jetty.version}.jar,
- org.apache.aries.spifly.dynamic.bundle-${aries.spifly.version}.jar,
- org.apache.aries.util-${aries.util.version}.jar,
component-jar-with-dependencies.jar
</discPreInstallBundle>
</configuration>