aboutsummaryrefslogtreecommitdiffstats
path: root/aai-parent/pom.xml
diff options
context:
space:
mode:
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>