diff options
-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> |