aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorgrabinsk <maciej.grabinski@nokia.com>2019-05-30 15:04:10 +0200
committergrabinsk <maciej.grabinski@nokia.com>2019-05-30 16:07:57 +0200
commit0f293f5aa2c1ed3fff09c3386fdfd93ae48b4cd1 (patch)
tree660224d0902ca4bc913159bbc2844cd6ad30ac0e /pom.xml
parent85b1c64b4a2e6c0c01046fdd8b643cffff76ae32 (diff)
remove dependency to testNG
(SpringExtension does the job of AbstractTestNGSpringContextTests) Change-Id: Iafea26232a659b5e1ef6bb4e152a35ca795f9326 Issue-ID: DCAEGEN2-1544 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index f320360b..ac1241e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,13 +176,6 @@
<artifactId>gson</artifactId>
<version>${immutables.version}</version>
</dependency>
-
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>6.14.3</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</dependencyManagement>
</project>