From e373a3bb7d81f760c92738e4aa70b3784af20f71 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 15 Nov 2019 16:28:26 -0500 Subject: Replace springboot jackson deps Issue-ID: AAI-2699 Signed-off-by: Jimmy Forsyth Change-Id: Ic59085a19948869425abcef32e66108393207ba8 --- aai-parent/pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'aai-parent') 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 -- cgit 1.2.3-korg