提交 968b2f6c 编写于 作者: J jbarrez

Distro testing: Groovy script cannot be executed on Explorer: removed asm...

Distro testing: Groovy script cannot be executed on Explorer: removed asm 2.2.3 as dependency since 3.2 is already included.
上级 7a4f7097
...@@ -59,6 +59,10 @@ ...@@ -59,6 +59,10 @@
<groupId>org.apache.geronimo.specs</groupId> <groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-activation_1.1_spec</artifactId> <artifactId>geronimo-activation_1.1_spec</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -81,6 +81,10 @@ ...@@ -81,6 +81,10 @@
<groupId>org.safehaus.jug</groupId> <groupId>org.safehaus.jug</groupId>
<artifactId>jug</artifactId> <artifactId>jug</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册