diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-07-02 08:50:42 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-07-08 09:44:28 +0200 |
commit | 68a75ccbb8113900cfa13a48064424e1918dca34 (patch) | |
tree | 918217b9a25c36fa8e718bb7327836a898779bad /aai-core/pom.xml | |
parent | 57014a99cd17fa3c4f8a6f09008666b74d15ecc5 (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-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 aedc7b40..ded8830a 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -419,6 +419,11 @@ limitations under the License. <version>1.18.30</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-configuration2</artifactId> + <version>2.7</version> + </dependency> </dependencies> <!-- Plugins and repositories --> |