diff options
author | Smokowski, Steve (ss835w) <ss835w@us.att.com> | 2018-08-10 08:13:07 -0400 |
---|---|---|
committer | Smokowski, Steve (ss835w) <ss835w@us.att.com> | 2018-08-10 08:13:22 -0400 |
commit | 87c36c7497c3d0078d117cc0bd1eddfb8fa26a6a (patch) | |
tree | aa537252b7a2ae4bfd0f72d661aa517bd6a96732 | |
parent | 6dcb886f61f0a7675bd63060a5ff1b9df68dbabd (diff) |
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) <ss835w@us.att.com>
-rw-r--r-- | common/pom.xml | 2 | ||||
-rw-r--r-- | 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 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> - <version>3.1.12</version> + <version>${cxf.version}</version> <scope>test</scope> </dependency> <dependency> @@ -62,7 +62,7 @@ <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> <publicNexusPath>content/repositories/public/</publicNexusPath> <siteNexusPath>content/sites/site/org/onap/so/${project.version}/</siteNexusPath> - <cxf.version>3.2.5</cxf.version> + <cxf.version>3.1.12</cxf.version> </properties> <distributionManagement> <repository> |