Run maven tests with TestNG (better handling of tests)

git-svn-id: https://google-guice.googlecode.com/svn/trunk@1365 d779f126-a31b-0410-b53b-1d3aecad763e
diff --git a/pom.xml b/pom.xml
index a594ff6..5fefce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,9 +104,10 @@
       <optional>${guice.with.jarjar}</optional>
     </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.2</version>
+      <groupId>org.testng</groupId>
+      <artifactId>testng</artifactId>
+      <version>5.11</version>
+      <classifier>jdk15</classifier>
       <scope>test</scope>
     </dependency>
   </dependencies>