removed duplicate junit and aspectjweaver dependencies

This commit is contained in:
Chris Beams
2010-03-24 10:09:58 +00:00
parent b370969690
commit 051b5f4f4f

View File

@@ -95,17 +95,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>