diff options
author | Benjamin, Max <max.benjamin@att.com> | 2020-04-02 13:51:21 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-04-02 13:51:21 -0400 |
commit | e65269756c7c9b7a4cdf4cdcccd50ba59d53a3a8 (patch) | |
tree | 3b4d25f7f6726952ffd0b3fa42c712b60a5463c5 /pom.xml | |
parent | 592366c73cdd32c387768678cfadc9297808844a (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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |