diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-26 14:12:55 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-28 16:14:12 +0200 |
commit | 037c33e49b202218261b474439def75d508717f4 (patch) | |
tree | a394dc0d4c8ca7e72a11dbed09441225cc49ddf9 /aai-parent | |
parent | bdcbdc723dfb3cd4c29fa3cdbe76ceb0df2a8033 (diff) |
Update Janusgraph to 0.5.0 in aai-common
- update tinkerpop to 3.4.13
- update janusgraph to 0.5.0
- restore the total-pages header that was accidentally removed in the last pagination commit
- remove stateful pagination logic from HttpEntry
Issue-ID: AAI-3900
Change-Id: I5fac397ece75136673b8dc3866e10ff15dfdcee3
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-parent')
-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> |