From 11a1fa1c2e325dab2b36d54929b944f62ea93580 Mon Sep 17 00:00:00 2001 From: Ireneusz Pastusiak Date: Sun, 10 Mar 2019 18:53:38 +0100 Subject: [PATCH 1/2] Ban TestNG dependency (sadly) --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index b89357472a..5e11ee4949 100644 --- a/pom.xml +++ b/pom.xml @@ -596,6 +596,7 @@ log4j:log4j:*:jar:runtime commons-logging:commons-logging:*:jar:compile commons-logging:commons-logging:*:jar:runtime + org.testng:testng From 0f3ec6c043b1c869e60de298cdc05e8758b8887e Mon Sep 17 00:00:00 2001 From: Ireneusz Pastusiak Date: Mon, 11 Mar 2019 17:05:28 +0100 Subject: [PATCH 2/2] Explain why TestNG dependency is excluded --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 5e11ee4949..cf92f91c2c 100644 --- a/pom.xml +++ b/pom.xml @@ -596,6 +596,7 @@ log4j:log4j:*:jar:runtime commons-logging:commons-logging:*:jar:compile commons-logging:commons-logging:*:jar:runtime + org.testng:testng