summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aai-traversal/pom.xml3
-rw-r--r--pom.xml3
2 files changed, 5 insertions, 1 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>
diff --git a/pom.xml b/pom.xml
index 2ae49c8..fe11d71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.6.3</version>
+ <version>1.6.10</version>
</parent>
<groupId>org.onap.aai.traversal</groupId>
<artifactId>traversal</artifactId>
@@ -41,6 +41,7 @@
Nexus Proxy Properties and Snapshot Locations
Ideally this can be overwritten at runtime per internal environment specific values at runtime
-->
+ <aai.common.version>1.6.3</aai.common.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<site.path>/content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version}</site.path>
<release.path>/content/repositories/releases/</release.path>