summaryrefslogtreecommitdiffstats
path: root/aai-parent/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-07-02 08:50:42 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-07-08 09:44:28 +0200
commit68a75ccbb8113900cfa13a48064424e1918dca34 (patch)
tree918217b9a25c36fa8e718bb7327836a898779bad /aai-parent/pom.xml
parent57014a99cd17fa3c4f8a6f09008666b74d15ecc5 (diff)
Update Janusgraph to 0.6.0 in aai-common
- update Tinkerpop (3.4.13 -> 3.5.0) + Janusgraph (0.5.0 -> 0.6.0) - bump version to 1.14.4-SNAPSHOT Issue-ID: AAI-3914 Change-Id: I4beeb2db6f2ba4b9ee25b084bb42dd551cda1375 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-parent/pom.xml')
-rw-r--r--aai-parent/pom.xml19
1 files changed, 2 insertions, 17 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml
index 5ff0c693..92ea06d1 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.13</gremlin.version>
- <janusgraph.version>0.5.3</janusgraph.version>
+ <gremlin.version>3.5.0</gremlin.version>
+ <janusgraph.version>0.6.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>
@@ -223,12 +223,6 @@ limitations under the License.
</dependency>
<dependency>
- <groupId>commons-configuration</groupId>
- <artifactId>commons-configuration</artifactId>
- <version>${commons.configuration.version}</version>
- </dependency>
-
- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons.lang3.version}</version>
@@ -319,15 +313,6 @@ limitations under the License.
<version>${janusgraph.version}</version>
</dependency>
-
- <!-- https://docs.datastax.com/en/developer/java-driver/3.5/manual/metrics/index.html#metrics-4-compatibility -->
- <!-- remove this for janusgraph >= 0.6.0 -->
- <dependency>
- <groupId>io.dropwizard.metrics</groupId>
- <artifactId>metrics-core</artifactId>
- <version>3.2.6</version>
- </dependency>
-
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-inmemory</artifactId>