diff options
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r-- | asdctool/pom.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 88a372f0df..bcc1331c32 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -492,6 +492,12 @@ <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> @@ -506,14 +512,6 @@ <version>${bean-matchers.version}</version> <scope>test</scope> </dependency> - - <dependency> - <groupId>com.github.stefanbirkner</groupId> - <artifactId>system-rules</artifactId> - <version>1.19.0</version> - <scope>test</scope> - </dependency> - <!-- testing end --> <dependency> |