POM maintenance

This commit is contained in:
Mark Pollack
2009-03-27 21:28:51 +00:00
parent 161c926054
commit 5f21cbd9da
8 changed files with 85 additions and 87 deletions

View File

@@ -182,16 +182,10 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<version>2.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-commons</artifactId>
<version>2.2.3</version>
<scope>test</scope>
<groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId>
<version>3.0.0.M3</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>