diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-09-21 19:21:35 +0200 |
---|---|---|
committer | Fiete Ostkamp <fiete.ostkamp@telekom.de> | 2024-10-07 06:39:15 +0000 |
commit | 8d66894a3721b0e826573c87d40bc001cb242cd9 (patch) | |
tree | 3c12d0b4d5e4771ae372bca637afc3ec6fd69239 /aai-core/pom.xml | |
parent | 6cc66cadc9db495883ce1211c1a0f712e77f8bc7 (diff) |
Update Janusgraph to 1.0.0
- update Janusgraph (0.6.4 -> 1.0.0)
- update Tinkerpop (3.5.8 -> 3.7.1)
Issue-ID: AAI-3743
Change-Id: I5f2f929645b8f327bc90eabab6c06a6b80bdbc3e
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index a7225531..83cca34f 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -172,6 +172,11 @@ limitations under the License. <artifactId>guava</artifactId> </dependency> <dependency> + <groupId>org.glassfish</groupId> + <artifactId>javax.json</artifactId> + <version>1.1.4</version> + </dependency> + <dependency> <groupId>org.janusgraph</groupId> <artifactId>janusgraph-core</artifactId> <exclusions> |