summaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2018-04-26 15:48:26 +0300
committerYuli Shlosberg <ys9693@att.com>2018-04-27 08:36:59 +0300
commite4669311978a91e4af8f079fb10e5aaaff4fef14 (patch)
tree82b7ae73664423cc337283b15950fd30b782ec81 /catalog-be/pom.xml
parent1a5cc6ecb2e1a59c024b1bcd4b86d442e24dc300 (diff)
new unit tests for be and model
Change-Id: Ia0cb140eb512320871724d782b35a2318184f42c Issue-ID: SDC-1170 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 373ae996a8..621330a61a 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -666,8 +666,16 @@
<artifactId>cucumber-junit</artifactId>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.jmockit</groupId>
+ <artifactId>jmockit</artifactId>
+ <version>${jmockit.version}</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
-
+
<build>
<finalName>${project.artifactId}-${project.version}</finalName>