aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 481fc66..ce0e4c1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
<docker.push.registry>localhost:5000</docker.push.registry>
<aai.docker.version>1.0.0</aai.docker.version>
<aai.schema.service.version>1.12.5</aai.schema.service.version>
- <aai.common.version>1.14.5</aai.common.version>
+ <aai.common.version>1.14.6-SNAPSHOT</aai.common.version>
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/
</aai.build.directory>
<aai.docker.namespace>onap</aai.docker.namespace>
@@ -101,6 +101,8 @@
<activemq.version>5.16.7</activemq.version>
<antlr.version>4.9.3</antlr.version>
<jcommander.version>1.78</jcommander.version>
+ <gremlin.version>3.5.8</gremlin.version>
+ <janusgraph.version>0.6.4</janusgraph.version>
</properties>
<profiles>