diff options
Diffstat (limited to 'base/http/provider/pom.xml')
-rw-r--r-- | base/http/provider/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml index 56728be61..e6061ed62 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> |