diff --git a/wpilibj/wpilibJavaIntegrationTests/pom.xml b/wpilibj/wpilibJavaIntegrationTests/pom.xml index 2718621ed4..f2bb1034d4 100644 --- a/wpilibj/wpilibJavaIntegrationTests/pom.xml +++ b/wpilibj/wpilibJavaIntegrationTests/pom.xml @@ -34,6 +34,11 @@ junit-toolbox 2.0 + + org.testng + testng + 6.8.8 + @@ -120,6 +125,12 @@ 2.0 jar + + org.testng + testng + 6.8.8 + jar + ${project.build.directory}/classes @@ -148,7 +159,7 @@ true - edu.wpi.first.wpilibj.test.TestSuite + org.testng.TestNG