diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-06-07 09:28:23 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-06-23 11:22:37 +0000 |
commit | aa18a9537994b8637d40516aab71fa82cf55c2d3 (patch) | |
tree | 944ac0fd22981f82fccb8146dd397336ae582037 /asdctool/pom.xml | |
parent | 4c2766df0ffa61835c90d7eb869e4fb285af23f0 (diff) |
ExportImportMenu tests
Main class tested and refactored
Change-Id: I379a18c289b613cdc7ecbb1617618af96ffa275b
Issue-ID: SDC-2326
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r-- | asdctool/pom.xml | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index bfc1f00d43..d754deced7 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -466,12 +466,20 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> - <scope>test</scope> - </dependency> - <!-- testing end --> + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <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> <groupId>io.netty</groupId> |