diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-07 12:02:09 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-07 12:02:09 +0200 |
commit | 759bcf42415ced930785b54f3fd757f57293f810 (patch) | |
tree | 1370b842bd28b26842ce0b119797daffc62b506c /aai-traversal | |
parent | ee78651fb78635afdb7bcf37e903f3d0043741dc (diff) |
Update janusgraph to 1.0.01.15.0
- update Janusgraph (0.6.4 -> 1.0.0)
- update Tinkerpop (3.5.8 -> 3.7.1)
Issue-ID: AAI-3743
Change-Id: I9504edf269ea702ad8d88864531bc6c609b506ab
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-traversal')
-rw-r--r-- | aai-traversal/pom.xml | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml index 66ab01d..7586d52 100644 --- a/aai-traversal/pom.xml +++ b/aai-traversal/pom.xml @@ -91,8 +91,8 @@ <schema.uri.base.path>/aai</schema.uri.base.path> <!-- versions --> - <janusgraph.version>0.6.4</janusgraph.version> - <gremlin.version>3.5.8</gremlin.version> + <janusgraph.version>1.0.0</janusgraph.version> + <gremlin.version>3.7.1</gremlin.version> <spring-cloud.version>2020.0.6</spring-cloud.version> @@ -379,6 +379,11 @@ <version>3.1.12</version> </dependency> <dependency> + <groupId>org.glassfish</groupId> + <artifactId>javax.json</artifactId> + <version>1.1.4</version> + </dependency> + <dependency> <groupId>org.janusgraph</groupId> <artifactId>janusgraph-cql</artifactId> <exclusions> @@ -465,10 +470,6 @@ <artifactId>aai-core</artifactId> <exclusions> <exclusion> - <groupId>org.onap.aai.aai-common</groupId> - <artifactId>aai-aaf-auth</artifactId> - </exclusion> - <exclusion> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> </exclusion> @@ -497,12 +498,6 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-rest</artifactId> - <exclusions> - <exclusion> - <groupId>org.onap.aai.aai-common</groupId> - <artifactId>aai-aaf-auth</artifactId> - </exclusion> - </exclusions> </dependency> <!-- Explicitly stating the security spring framework and exclude the bouncy castle since that is somehow overwriting our p12 file decryption that's built |