diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2017-12-07 13:55:27 -0500 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2017-12-07 13:56:09 -0500 |
commit | 1f30c262bf12684d467659b6540b4e6086e64568 (patch) | |
tree | 722f2e445052ce21fa48f42817a38ad62569bba5 | |
parent | dc1bca8a6c3348878903af6732a778e9ff5eba2a (diff) |
Fix build failure
Fix build failure
Issue-ID: AAI-546
Change-Id: I8a4774f1712e9b7c105950534f355a03aab2806d
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -149,7 +149,7 @@ <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>common-logging</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> @@ -160,7 +160,7 @@ <dependency> <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.1.32-SNAPSHOT</version> + <version>1.1.32</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> |