aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-08-13 11:31:43 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-08-13 11:31:43 +0200
commitd54c71c305dc7b3757a1e72475e9ba5a916891d6 (patch)
treec85e327b64666bf842c0d98386baf8abca40a030 /pom.xml
parent672eeaa0f6cc0389b0a9398f3de319d40d783c2c (diff)
Update Janusgraph to 0.6.4 in graphadmin
- update Tinkerpop (3.5.0 -> 3.5.8), Janusgraph (0.6.0 -> 0.6.4) Issue-ID: AAI-3957 Change-Id: Ife8771acc4e9cbf896edaa08b59a84df62cddf89 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-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>