From 9034ac68d20e1cb9f9aeda9ed8445023fca92527 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 6 Mar 2024 07:56:05 +0100 Subject: Update janusgraph to 0.3.3 - update tinkerpop version from 3.2.11 to 3.3.0 - update janusgraph from 0.2.3 to 0.3.3 - the default GraphSON version would change with this update but was held back [1] - add jackson-dataformat-xml dependency to aai-core as the XmlMapper is used in the ErrorLogHelper [1] a separate story AAI-3796 - Use GraphSON v2 or v3 in AAI has been created for this Issue-ID: AAI-3795 Change-Id: I4539e83aa74c260d5238ebe869e9884d4396e9f4 Signed-off-by: Fiete Ostkamp --- aai-parent/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aai-parent/pom.xml') diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 25ca2a9c..2fd8e887 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.aai.aai-common aai-common - 1.13.6-SNAPSHOT + 1.14.0-SNAPSHOT aai-parent aai-parent @@ -62,13 +62,13 @@ limitations under the License. 2.0.0-oss 2.3.31 31.1-jre - 3.2.11 + 3.3.0 + 0.3.3 2.5.15 2.9.1 2.0.0.0 2.2 2.11.4 - 0.2.3 1.2 2.3.1 2.3.0.1 -- cgit