Combine JUnit dependencies

This commit is contained in:
Tim Ekl 2011-12-07 00:16:42 -05:00
parent 3a5bc6adda
commit 8916f0dbbc
1 changed files with 1 additions and 7 deletions

View File

@ -187,10 +187,9 @@
<!-- End of Economy Dependencies -->
<!-- Start of Test Dependencies -->
<dependency>
<groupId>org.junit</groupId>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
@ -219,11 +218,6 @@
<version>3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
</dependency>
<!-- End of Test Dependencies -->
</dependencies>
</project>