From 8aba301da08ca056199fa313e419bd4828961c79 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sat, 12 Nov 2016 18:09:10 +0100 Subject: [PATCH] WW-2454 Upgrades TestNG to latest 5.x version --- core/pom.xml | 1 - pom.xml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index e3dd23661..5790faa1c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -409,7 +409,6 @@ testng compile true - jdk15 diff --git a/pom.xml b/pom.xml index b7b10ddb6..b120f6c78 100644 --- a/pom.xml +++ b/pom.xml @@ -869,10 +869,9 @@ org.testng testng - 5.1 + 5.14.10 compile true - jdk15