From e373a3bb7d81f760c92738e4aa70b3784af20f71 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 15 Nov 2019 16:28:26 -0500 Subject: [PATCH] Replace springboot jackson deps Issue-ID: AAI-2699 Signed-off-by: Jimmy Forsyth Change-Id: Ic59085a19948869425abcef32e66108393207ba8 --- aai-core/pom.xml | 5 ++++- aai-parent/pom.xml | 29 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 2bccc4bc..c96d4a57 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -47,7 +47,6 @@ 1.0.1-oss 1.2.3 2.3.21 - 5.15.6 0.50 3.2.2 2.4.15 @@ -372,6 +371,10 @@ org.apache.activemq activemq-broker + + org.apache.activemq + activemq-openwire-legacy + com.opencsv opencsv diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 9d1f085e..3bdd2fe1 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -26,6 +26,7 @@ 2.1.15 + 5.15.10 1.9.13 1.9.4 1.4 @@ -42,6 +43,7 @@ 2.4.17 2.8.6 2.0.0.0 + 2.10.1 0.2.3 1.2 2.2.12 @@ -67,6 +69,15 @@ + + + com.fasterxml.jackson + jackson-bom + ${jackson.bom.version} + pom + import + + org.springframework.boot spring-boot-dependencies @@ -242,6 +253,24 @@ ${jaxb.version} + + org.apache.activemq + activemq-broker + ${activemq.version} + + + + org.apache.activemq + activemq-client + ${activemq.version} + + + + org.apache.activemq + activemq-openwire-legacy + ${activemq.version} + + org.onap.aaf.authz aaf-cadi-aaf -- 2.16.6