summaryrefslogtreecommitdiffstats
path: root/asdctool/pom.xml
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-08-22 15:03:50 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2019-08-22 14:22:43 +0000
commit5c55e23700716698d03fde052c0a89622b9f6c54 (patch)
tree7955e4cc9524d3dc56aefb8e03bc66419298b7e0 /asdctool/pom.xml
parentceeeb87a1e59a0d03d1910053f1f16d96abe4234 (diff)
unit tests - asdctool
Additional junit tests Change-Id: I889772efaccbc6f1555d50cd47a02d868348d310 Issue-ID: SDC-2326 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r--asdctool/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index 56d822e95f..ced840d173 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -473,6 +473,13 @@
</dependency>
<dependency>
+ <groupId>com.google.code.bean-matchers</groupId>
+ <artifactId>bean-matchers</artifactId>
+ <version>${bean-matchers.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
<version>1.19.0</version>