diff options
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> |