diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-02-23 17:43:55 +0000 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-02-25 15:11:24 +0000 |
commit | e9610d643a01476b08bcad95e911f8dca21ddf28 (patch) | |
tree | f2917bd10fdf99e574a86cb23882e1934ed20006 /asdctool | |
parent | 058fdf8229ef1cfc82bbad223e885ae6afdc78d0 (diff) |
Remove testNG dependencies (part 2)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Ifdc4c01dfad76d6f4aafe9318c71c8a0009f1375
Issue-ID: SDC-3108
Diffstat (limited to 'asdctool')
-rw-r--r-- | asdctool/pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index f0227f24e8..de4c7a9a35 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -512,19 +512,6 @@ </dependency> <dependency> - <groupId>com.github.testng-team</groupId> - <artifactId>testng-junit5</artifactId> - <version>0.0.1</version> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.junit.platform</groupId> - <artifactId>junit-platform-engine</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> |