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

@@ -109,6 +109,12 @@
<version>1.1.1</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-aop</artifactId>
@@ -182,9 +188,9 @@
<scope>test</scope>
</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>
</dependencies>