Преглед на файлове

Update TestNG

This commit updates the TestNG dependency to 6.8.21. This
is the last JDK 1.6 supporting version. The update of TestNG
makes it possible to run the integration tests from within
Intellij allowing for easier debugging and troubleshooting.

Issue gh-3811
Marten Deinum преди 9 години
родител
ревизия
cad81d0e18
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      itest/web/itest-web.gradle

+ 1 - 1
itest/web/itest-web.gradle

@@ -11,7 +11,7 @@ dependencies {
 				"org.springframework:spring-beans:$springVersion",
 				"org.springframework:spring-webmvc:$springVersion",
 				"org.mortbay.jetty:jetty-util:$jettyVersion",
-				"org.testng:testng:5.11:jdk15"
+				"org.testng:testng:6.8.21"
 	testCompile ("org.mortbay.jetty:jetty:$jettyVersion") {
 		exclude group: 'org.mortbay.jetty', module: 'servlet-api'
 	}