summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-04-29 15:46:27 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-04-29 15:47:03 +0200
commit02c1801e9e0541e4294a69c90b812866aea6a842 (patch)
tree0b556d404b2b82002703b3705b688f27a5cdb916 /parent
parent4294fc450f4120a438b1d663c611080f27580bea (diff)
Replace use of testng with junit
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 995c15b9fdf..65d01c742c6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -653,11 +653,6 @@
<version>4.0.6.RELEASE</version>
</dependency>
<dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>6.10</version>
- </dependency>
- <dependency>
<groupId>org.twdata.maven</groupId>
<artifactId>mojo-executor</artifactId>
<version>2.3.0</version>