removed extra junit dependency entry

This commit is contained in:
trisberg
2008-11-25 03:20:37 +00:00
parent 25a261bdab
commit cea101921c

10
pom.xml
View File

@@ -438,16 +438,6 @@
<version>4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<!--
Don't use the com.springsource one - surefire is broken in some
strange way
-->
<groupId>org.junit</groupId>
<artifactId>com.springsource.org.junit</artifactId>
<version>4.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>com.springsource.org.easymock</artifactId>