diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2017-12-05 10:13:25 -0500 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2017-12-05 10:15:21 -0500 |
commit | d0c969518756c2fae40179be15aff3892cdf2d30 (patch) | |
tree | 4fff0e358ead2eec4ac586cbffea0a122655aac8 /pom.xml | |
parent | 77741340b46d91400785034aa0bc5e56b68c4ed1 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. --> |