SPR-5803 and additional POM maintenance/development

This commit is contained in:
Mark Pollack
2009-07-09 19:38:07 +00:00
parent c9a87de141
commit 0c16554e23
15 changed files with 73 additions and 74 deletions

View File

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