diff options
author | Plummer, Brittany <brittany.plummer@att.com> | 2019-10-25 14:34:51 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2019-10-25 14:34:51 -0400 |
commit | 1e16c64be2e9f4d71ee07947d14ff6c1488adcd3 (patch) | |
tree | 8bf54d9eed440a2e8bbd49709b254913c8f42e21 | |
parent | 17caf5e4b1792d592ba9ce3ca8f3115c76b78919 (diff) |
update so to use most recent update of logging
Updated pom to use 1.5.1-SNAPSHOT for logging-analytics
Updated pom while fixing branching issues
Updated version for logging-slf4j in pom
Updated to use release 1.6.1 of logging library
Issue-ID: SO-2493
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I79c543c283eeda0a6eb008535ba4488433fbb0ae
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -637,17 +637,17 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.5.1</version> + <version>1.6.1</version> </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-base</artifactId> - <version>1.5.1</version> + <version>1.6.1</version> </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-spring</artifactId> - <version>1.5.1</version> + <version>1.6.1</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |