aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
diff options
context:
space:
mode:
authorEylon Malin <eylon.malin@intl.att.com>2019-10-07 15:20:40 +0300
committerEylon Malin <eylon.malin@intl.att.com>2019-10-07 15:20:40 +0300
commit43531f0fa9eb2b07bc6b3205e66ee18e0a5b4df2 (patch)
treef18d2413afb6f6c16f772b417064a03d5f0700a4 /vid-app-common/pom.xml
parentfccae62442353fea229184159a56e7a49ad3638c (diff)
add logging-filter dependencies to vid-app-common
Issue-ID: VID-253 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I1c9ae03fb9c33a12c24b887a9262df77b8d29e0c
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-xvid-app-common/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 78d9af771..21a67695e 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -607,6 +607,16 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.onap.logging-analytics</groupId>
+ <artifactId>logging-filter-base</artifactId>
+ <version>1.5.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.logging-analytics</groupId>
+ <artifactId>logging-filter-spring</artifactId>
+ <version>1.5.1</version>
+ </dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>