diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-10-10 14:05:46 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-10-10 14:05:46 -0400 |
commit | 91258ae501d8fdd73e8fe7ee43b831026f533482 (patch) | |
tree | 378ca986bd283f0ae2ca5d62c2b91b14729d27bf /aai-service/provider/pom.xml | |
parent | 29924c8fd09d8b32d21a8e41f5a22f7fc282ec17 (diff) |
Fix broken build
MetricLogger no longer has its own static definitions for MDC fields -
instead, these are in logging analytics class
Change-Id: I3074cf6879120b1e03a5b14e6f38b13eef82ad77
Issue-ID: CCSDK-1824
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'aai-service/provider/pom.xml')
-rwxr-xr-x | aai-service/provider/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index 142e381d2..5055c6499 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -61,6 +61,11 @@ <version>${ccsdk.sli.core.version}</version> </dependency> <dependency> + <groupId>org.onap.logging-analytics</groupId> + <artifactId>logging-filter-base</artifactId> + <version>1.5.0</version> + </dependency> + <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <scope>provided</scope> |