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 /pom.xml | |
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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |