aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin, Max <max.benjamin@att.com>2020-04-02 13:51:21 -0400
committerBenjamin, Max (mb388a) <mb388a@att.com>2020-04-02 13:51:21 -0400
commite65269756c7c9b7a4cdf4cdcccd50ba59d53a3a8 (patch)
tree3b4d25f7f6726952ffd0b3fa42c712b60a5463c5
parent592366c73cdd32c387768678cfadc9297808844a (diff)
update logging dependency to one that exists
update logging dependency to one that exists Updated logging library to version 1.6.6 Issue-ID: SO-2780 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I92777cb3391316222dddad7432eb775ec0a0f66d
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 277d60d938..83450c0c1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -670,17 +670,17 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.6.6-SNAPSHOT</version>
+ <version>1.6.6</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-base</artifactId>
- <version>1.6.6-SNAPSHOT</version>
+ <version>1.6.6</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-spring</artifactId>
- <version>1.6.6-SNAPSHOT</version>
+ <version>1.6.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>