diff options
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> |