aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
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 /container-dev
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 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 53153a05c4a..ff67e8db9fe 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -123,10 +123,6 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</exclusion>