aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2018-03-07 16:52:18 -0500
committersblimkie <steven.blimkie@amdocs.com>2018-03-07 16:52:18 -0500
commitb6a92cb90c29273973c0c10700928c88247a6860 (patch)
tree29fb1cb9c29bdaae2fcceecef8d482cf2eea5d34
parentcd3658fd5f376758b808bec419ba32fdca59c047 (diff)
Use new version of logging library
Use new version of logging library to avoid pulling in artifact with security violoations Change-Id: I0ac8c4bcb89646894e7edc8bc182f902ce53e4c8 Issue-ID: AAI-596 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 4830894..9f125ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>common-logging</artifactId>
- <version>${project.version}</version>
+ <version>1.2.1</version>
</dependency>
<dependency>