diff options
Diffstat (limited to 'aai-parent/pom.xml')
-rw-r--r-- | aai-parent/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 84b79a4a..e86f1012 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -62,8 +62,8 @@ limitations under the License. <eelf.core.version>2.0.0-oss</eelf.core.version> <freemarker.version>2.3.31</freemarker.version> <google.guava.version>31.1-jre</google.guava.version> - <gremlin.version>3.4.0</gremlin.version> - <janusgraph.version>0.4.0</janusgraph.version> + <gremlin.version>3.4.13</gremlin.version> + <janusgraph.version>0.5.0</janusgraph.version> <groovy.version>2.5.15</groovy.version> <gson.version>2.9.1</gson.version> <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version> @@ -315,7 +315,7 @@ limitations under the License. <dependency> <groupId>org.janusgraph</groupId> - <artifactId>janusgraph-cassandra</artifactId> + <artifactId>janusgraph-cql</artifactId> <version>${janusgraph.version}</version> </dependency> @@ -330,7 +330,7 @@ limitations under the License. <dependency> <groupId>org.janusgraph</groupId> - <artifactId>janusgraph-cql</artifactId> + <artifactId>janusgraph-inmemory</artifactId> <version>${janusgraph.version}</version> </dependency> |