aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-12-25 20:07:37 +0200
committerMichael Lando <ml636r@att.com>2017-12-25 19:06:44 +0000
commitce868e6a5ffd8b2e70799b6cd69e1cfce9887a61 (patch)
tree7f3c3bc584dd61445d764bc818da0b803822fad9 /catalog-be
parent7b9ef5920d732106337338e65dd92feda1d05731 (diff)
fix pom
Change-Id: I159f5de10d16d018d63c020115a5231716826c99 Issue-ID: SDC-777 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be')
-rw-r--r--catalog-be/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 73194b66d3..fe0cef7827 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -553,12 +553,14 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
+ <version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
+ <version>${assertj.version}</version>
<scope>test</scope>
</dependency>