summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-05-24 12:17:26 +0200
committergjoranv <gv@oath.com>2018-06-06 16:05:40 +0200
commitb46fbd43ab2c5a513083718a0581e810476f1ad9 (patch)
tree21fcebde17e0fcb36ea4ff443b8a11251ed47182 /jdisc_http_service
parent08626325aaaf78a62c028445f157f32988b7857f (diff)
Remove aries.spifly and asm-debug-all.
- asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly (pulls in aries-util and asm-debug-all) is no longer required by jetty-util.
Diffstat (limited to 'jdisc_http_service')
-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>