summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2017-12-05 10:13:25 -0500
committersblimkie <steven.blimkie@amdocs.com>2017-12-05 10:15:21 -0500
commitd0c969518756c2fae40179be15aff3892cdf2d30 (patch)
tree4fff0e358ead2eec4ac586cbffea0a122655aac8
parent77741340b46d91400785034aa0bc5e56b68c4ed1 (diff)
Depend on released version of logging library
Fix build error caused by dependency on snapshot that has been removed from nexus. Issue-ID: AAI-546 Change-Id: I87cc273b16e89ec8ae7f16435b37479ff799c2fd Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 164277e..506416f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,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>
<!-- Jersey Test Framework. -->