diff options
author | vasraz <vasyl.razinkov@est.tech> | 2020-06-28 19:55:01 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-06-30 10:35:58 +0000 |
commit | 77097d0e45b8a04ee840b215ce003f1d69a7d7d8 (patch) | |
tree | 71708240e00ea1cf9bb8e802102d50c3c4a1c2e2 /asdctool | |
parent | 265058d6e10a1724405836bd55f3aa59d63bab8a (diff) |
Fix test coverage drop introduced by #109510
Change-Id: Ic74f11f60ff7673330a8c3521da49a92f70ae0fb
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3149
Diffstat (limited to 'asdctool')
-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> |