aboutsummaryrefslogtreecommitdiffstats
path: root/aai-traversal/pom.xml
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-03-24 16:30:00 -0400
committerJimmy Forsyth <jf2512@att.com>2020-03-24 16:30:02 -0400
commitd8b623edfd7357fc33d40686292d0d1df68dedba (patch)
tree87f33676596ee48602ad572f5ca2951f5cea67a5 /aai-traversal/pom.xml
parent5f44aa2c676536ca94b89552a285104f6d322cf1 (diff)
Use schema-service:1.6.6
Issue-ID: AAI-2839 Change-Id: I7f8004c3d2247b4fcb885191220e8db5231c33bd Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-traversal/pom.xml')
-rw-r--r--aai-traversal/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 575720c..e24a8a6 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -34,6 +34,8 @@
<artifactId>aai-traversal</artifactId>
<properties>
+ <aai.schema.service.version>1.6.6</aai.schema.service.version>
+ <mockito.core.version>1.10.19</mockito.core.version>
<java.version>1.8</java.version>
<start-class>org.onap.aai.TraversalApp</start-class>
@@ -467,6 +469,7 @@
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<scope>test</scope>
+ <version>1.6.6</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>