summaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-01-02 16:11:05 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-01-02 16:15:14 +0100
commite0d6fcbfcdc38edd17b36050feead7314667f4a5 (patch)
treeaa113b9ac4bd4eeb3663beb3b511bbf3241c00ac /aai-core/pom.xml
parentb1eefc66b1af8550d324e8e34ddef29de5b4df49 (diff)
Upgrade Janusgraph to 1.1.0
- upgrade janusgraph (1.0.1->1.1.0) - upgrade guava (33.3.1-jre->33.4.0-jre) - remove some version declarations in aai-parent that are not in use anymore - bump snapshot version to 1.15.5-SNAPSHOT Issue-ID: AAI-4097 Change-Id: Ied18c84ad4de81ddc2d968881590c1145a52618f Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r--aai-core/pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index 9ffae3c4..3a993fe1 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.15.4-SNAPSHOT</version>
+ <version>1.15.5-SNAPSHOT</version>
<relativePath>../aai-parent/pom.xml</relativePath>
</parent>
<artifactId>aai-core</artifactId>
@@ -289,10 +289,6 @@ limitations under the License.
<artifactId>logback-access</artifactId>
</dependency>
<dependency>
- <groupId>org.freemarker</groupId>
- <artifactId>freemarker</artifactId>
- </dependency>
- <dependency>
<groupId>com.github.fge</groupId>
<artifactId>json-patch</artifactId>
</dependency>