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

@@ -20,9 +20,9 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.objectweb.asm</groupId>
<artifactId>org.springframework.asm</artifactId>
<version>2.2.3</version>
<groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>