aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2020-03-10 14:53:56 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-10 14:53:56 +0000
commit09c30d079215950c28494de4a1c20791da509e97 (patch)
tree7d916870e4e0a88caef2f5c1662ae0ebbbbe4011 /pom.xml
parenta169398fb1c17c7ed0881973f67905fb065fe3a0 (diff)
parent0d63836c2eaa7267d55a4757fd83ea1b4b1c8bb2 (diff)
Merge "create custom spring aop annotation for logging"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 3037cca285..277d60d938 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.4</version>
+ <version>1.6.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-base</artifactId>
- <version>1.6.4</version>
+ <version>1.6.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-spring</artifactId>
- <version>1.6.4</version>
+ <version>1.6.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>