summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-11 16:40:35 +0200
committergjoranv <gv@oath.com>2017-09-11 16:40:35 +0200
commitdfa8a465695ccbb5b9e04c79a7f657c8523127a6 (patch)
treed37f08fbe35118b7dc3065251b1576d591009bff /container-dev
parent5f42b9b9c2ff4a917573278fcf91ce224b7935ac (diff)
Exclude org.ow2.asm:asm from provided classpath.
- Test classpath already contains org.ow2.asm:asm-debug-all.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index c819a478a9b..1fb1c9b1bd2 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -103,6 +103,12 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-jersey2</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>