aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2018-05-24 15:26:36 +0200
committerGitHub <noreply@github.com>2018-05-24 15:26:36 +0200
commit641210bca43f0e4bacb1b89db8a607b995548c35 (patch)
treebfe940a571d46b4c2fa3974b90a464147e7ec628 /container-dev
parent707ca53d850103787810b40ef24c2abfe7bad49c (diff)
Revert "Remove aries.spifly and asm-debug-all."
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index ff67e8db9fe..53153a05c4a 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -123,6 +123,10 @@
<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>