From: Jim Hahn Date: Thu, 11 Feb 2021 18:41:45 +0000 (-0500) Subject: Fix jackson version in apex-pdp X-Git-Tag: 2.5.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f0e8b6d9e32f55d464aed55c5bb79081bb16306f;p=policy%2Fapex-pdp.git Fix jackson version in apex-pdp The kafka_2.12 jar depends on jackson-module-scala, but the default version does not work with the version of jackson used by policy. Modified the dependency tree to include a version that does work. Issue-ID: POLICY-3005 Change-Id: I06fd5b99d6e5c1053e17a754f22f815062f907b2 Signed-off-by: Jim Hahn --- diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 17ae2ca8c..b6f84e68f 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -3,7 +3,7 @@ Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2019-2020 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -143,8 +143,19 @@ org.apache.zookeeper zookeeper + + + com.fasterxml.jackson.module + jackson-module-scala_2.12 + + + com.fasterxml.jackson.module + jackson-module-scala_2.12 + ${version.jackson} + test + com.salesforce.kafka.test kafka-junit4