Repository: struts Updated Branches: refs/heads/support-2-3 b4a18d07e -> 90dbf54bf
WW-4570 Drops ASM from minimal set of Jars Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/90dbf54b Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/90dbf54b Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/90dbf54b Branch: refs/heads/support-2-3 Commit: 90dbf54bf49df2701d106d5f4813e0914ec13283 Parents: b4a18d0 Author: Lukasz Lenart <[email protected]> Authored: Sun Nov 22 13:52:19 2015 +0100 Committer: Lukasz Lenart <[email protected]> Committed: Sun Nov 22 13:52:19 2015 +0100 ---------------------------------------------------------------------- assembly/pom.xml | 15 --------------- assembly/src/main/assembly/min-lib.xml | 3 --- 2 files changed, 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/90dbf54b/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 8dab81b..c288fee 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/struts/blob/90dbf54b/assembly/src/main/assembly/min-lib.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/assembly/min-lib.xml b/assembly/src/main/assembly/min-lib.xml index e57154d..68075f6 100644 --- a/assembly/src/main/assembly/min-lib.xml +++ b/assembly/src/main/assembly/min-lib.xml @@ -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>
