Repository: struts
Updated Branches:
  refs/heads/master e1e2ea84a -> ef2939ffd


WW-2454 Upgrades TestNG to latest 5.x version


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/8aba301d
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/8aba301d
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/8aba301d

Branch: refs/heads/master
Commit: 8aba301da08ca056199fa313e419bd4828961c79
Parents: e1e2ea8
Author: Lukasz Lenart <lukaszlen...@apache.org>
Authored: Sat Nov 12 18:09:10 2016 +0100
Committer: Lukasz Lenart <lukaszlen...@apache.org>
Committed: Sat Nov 12 18:09:10 2016 +0100

----------------------------------------------------------------------
 core/pom.xml | 1 -
 pom.xml      | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/8aba301d/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index e3dd236..5790faa 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -409,7 +409,6 @@
             <artifactId>testng</artifactId>
             <scope>compile</scope>
             <optional>true</optional>
-            <classifier>jdk15</classifier>
         </dependency>
 
         <!-- SLF4J support -->

http://git-wip-us.apache.org/repos/asf/struts/blob/8aba301d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b7b10dd..b120f6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -869,10 +869,9 @@
             <dependency>
                 <groupId>org.testng</groupId>
                 <artifactId>testng</artifactId>
-                <version>5.1</version>
+                <version>5.14.10</version>
                 <scope>compile</scope>
                 <optional>true</optional>
-                <classifier>jdk15</classifier>
             </dependency>
 
             <dependency>

Reply via email to