summaryrefslogtreecommitdiffstats
path: root/base/http/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-10-30 20:40:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-10-30 20:40:50 +0000
commitfbc3ba88154c38afcbde691f6839c171445ac2fa (patch)
treea0be3de4c557620f84cb4311c7bf21f682941212 /base/http/provider/pom.xml
parent985fee3d36c25611094145399e494972176612cd (diff)
parentc3988ec2b7b98eeb3b061ddb08a74eeb90d49edb (diff)
Merge "add filters to base"
Diffstat (limited to 'base/http/provider/pom.xml')
-rw-r--r--base/http/provider/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml
index 56728be6..e6061ed6 100644
--- a/base/http/provider/pom.xml
+++ b/base/http/provider/pom.xml
@@ -31,5 +31,11 @@
<version>${jersey.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.onap.logging-analytics</groupId>
+ <artifactId>logging-filter-base</artifactId>
+ <version>1.5.0</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
</project>