Updating JUnit and TestNG versions for IDEs and Maven.

This commit is contained in:
Sam Brannen
2011-03-28 19:59:09 +00:00
parent 6ed1b1ebf8
commit fa48a7b3a3
4 changed files with 5 additions and 8 deletions

View File

@@ -44,7 +44,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<dependency>