summaryrefslogtreecommitdiffstats
path: root/base/http/provider/pom.xml
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2019-10-17 21:00:21 +0000
committerDan Timoney <dtimoney@att.com>2019-10-23 16:34:42 +0000
commitc3988ec2b7b98eeb3b061ddb08a74eeb90d49edb (patch)
tree36b3bc6751a7c8eaf59b4a6964111ede0dd4f065 /base/http/provider/pom.xml
parentfe8c4ae15a2301db06f1a1b217b8db82f4716211 (diff)
add filters to base
incorporate common filters into base adaptor Issue-ID: CCSDK-1849 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Ib1de49f29ff88c0f8cff87642ae60dc11517331b
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>