From 87c36c7497c3d0078d117cc0bd1eddfb8fa26a6a Mon Sep 17 00:00:00 2001 From: "Smokowski, Steve (ss835w)" Date: Fri, 10 Aug 2018 08:13:07 -0400 Subject: [PATCH] Downgrade CXF The Upgrade of CXF broke the A&AI client, downgrading it for now to unblock integration testing. We will investigate in more detail around the upgrade of the version. Issue-ID: SO-823 Change-Id: I15d761737b8c62db6de74ce5e5ee9262016120e0 Change-Id: I15d761737b8c62db6de74ce5e5ee9262016120e0 Signed-off-by: Smokowski, Steve (ss835w) --- common/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 43cb5313f7..0f1070309a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -102,7 +102,7 @@ org.apache.cxf cxf-rt-rs-client - 3.1.12 + ${cxf.version} test diff --git a/pom.xml b/pom.xml index dff3817862..32733b1ff3 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ content/repositories/snapshots/ content/repositories/public/ content/sites/site/org/onap/so/${project.version}/ - 3.2.5 + 3.1.12 -- 2.16.6