summaryrefslogtreecommitdiffstats
path: root/common-be/pom.xml
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-08-22 11:21:04 +0200
committerPiotr Darosz <piotr.darosz@nokia.com>2019-08-22 11:10:26 +0000
commit3bdedab365bf7dbc2288c988e24a97ed4823d864 (patch)
treeb728cf08a8bc3aabd3e255811021b6de26539837 /common-be/pom.xml
parente558a6469df40ba7c7aca8cdf81cacd703cd4b0b (diff)
unit tests - catalog-model
Additional junit tests Change-Id: I9952933895ba22114fb0bf19a51e54f1a232c8f3 Issue-ID: SDC-2326 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'common-be/pom.xml')
-rw-r--r--common-be/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/common-be/pom.xml b/common-be/pom.xml
index baefbc9f9f..b8365ff990 100644
--- a/common-be/pom.xml
+++ b/common-be/pom.xml
@@ -76,6 +76,12 @@
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.google.code.bean-matchers</groupId>
+ <artifactId>bean-matchers</artifactId>
+ <version>${bean-matchers.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>