POM maintenance/development - initial jarjar support in maven build for ASM

This commit is contained in:
Mark Pollack
2009-07-10 02:12:50 +00:00
parent 0c16554e23
commit 8c9346718b
8 changed files with 190 additions and 37 deletions

View File

@@ -120,6 +120,12 @@
<version>1.4</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
@@ -170,12 +176,6 @@
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
</dependency>
<dependency>
<groupId>org.objectweb.asm</groupId>
<artifactId>org.springframework.asm</artifactId>
<version>2.2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>