WW-4570 Drops ASM from minimal set of Jars

This commit is contained in:
Lukasz Lenart
2015-11-22 13:52:19 +01:00
parent b4a18d07e4
commit 90dbf54bf4
2 changed files with 0 additions and 18 deletions
-15
View File
@@ -298,21 +298,6 @@
<artifactId>struts2-osgi-demo-bundle</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</dependency>
</dependencies>
<properties>
-3
View File
@@ -39,9 +39,6 @@
<include>org.apache.struts:struts2-core</include>
<include>org.freemarker:freemarker</include>
<include>org.apache.commons:commons-lang3</include>
<include>org.ow2.asm:asm</include>
<include>org.ow2.asm:asm-commons</include>
<include>org.ow2.asm:asm-tree</include>
<include>ognl:ognl</include>
<include>javassist:javassist</include>
<include>commons-fileupload:commons-fileupload</include>