summaryrefslogtreecommitdiffstats
path: root/container
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 /container
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 'container')
-rw-r--r--container/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container/pom.xml b/container/pom.xml
index d252a5eee4a..32a7947d6d5 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -21,6 +21,12 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-dev</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>