Repository: struts Updated Branches: refs/heads/master 70fdc00f6 -> abf7bfa34
WW-4638 TestNG 6.9.10 dependency error Fix dependency issue Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/bbc38622 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/bbc38622 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/bbc38622 Branch: refs/heads/master Commit: bbc38622193da5e06cda5497937786f628e584de Parents: ffdacf1 Author: victorsosa <victor.s...@peopleware.do> Authored: Wed May 25 10:42:14 2016 -0400 Committer: victorsosa <victor.s...@peopleware.do> Committed: Wed May 25 10:42:14 2016 -0400 ---------------------------------------------------------------------- plugins/testng/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/bbc38622/plugins/testng/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/testng/pom.xml b/plugins/testng/pom.xml index 709e402..741d38d 100644 --- a/plugins/testng/pom.xml +++ b/plugins/testng/pom.xml @@ -37,8 +37,7 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <version>5.1</version> - <classifier>jdk15</classifier> + <version>6.9.10</version> </dependency> <dependency> <groupId>org.springframework</groupId>