diff options
author | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2019-10-17 18:22:47 +0000 |
---|---|---|
committer | Kevin Smokowski <kevin.smokowski@att.com> | 2019-10-18 14:22:50 +0000 |
commit | 0eee231b5d1a598e7381be0d733e69357847768f (patch) | |
tree | 826e4107e5b0107667ae26bf8a8cc739ba5ed780 /restapi-call-node/features | |
parent | eb00a7cdf2828a3030595e14e142ad1250b45e5b (diff) |
add metric log filter
integrate restapicallnode with MetricLogClientFilter
Issue-ID: CCSDK-1846
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Change-Id: I2be5ff327caedfc93cec31d3273c97aa4f924eb7
Diffstat (limited to 'restapi-call-node/features')
-rw-r--r-- | restapi-call-node/features/ccsdk-restapi-call-node/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml b/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml index 1100f223..cd7f0351 100644 --- a/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml +++ b/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml @@ -27,6 +27,13 @@ <groupId>${project.groupId}</groupId> <artifactId>restapi-call-node-provider</artifactId> <version>${project.version}</version> + <exclusions> + <!-- let the filter module start and manage the common code --> + <exclusion> + <groupId>org.onap.logging-analytics</groupId> + <artifactId>logging-filter-base</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies> </project> |