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 /common | |
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 'common')
-rw-r--r-- | common/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |