Depend on released version of logging library 49/25549/1
authorsblimkie <steven.blimkie@amdocs.com>
Tue, 5 Dec 2017 15:13:25 +0000 (10:13 -0500)
committersblimkie <steven.blimkie@amdocs.com>
Tue, 5 Dec 2017 15:15:21 +0000 (10:15 -0500)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 164277e..506416f 100644 (file)
--- 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. -->