summaryrefslogtreecommitdiffstats
path: root/plugins/features/ccsdk-restconf-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/features/ccsdk-restconf-client/pom.xml')
-rw-r--r--plugins/features/ccsdk-restconf-client/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/features/ccsdk-restconf-client/pom.xml b/plugins/features/ccsdk-restconf-client/pom.xml
index bf4994b33..cf1678eb8 100644
--- a/plugins/features/ccsdk-restconf-client/pom.xml
+++ b/plugins/features/ccsdk-restconf-client/pom.xml
@@ -27,6 +27,13 @@
<groupId>${project.groupId}</groupId>
<artifactId>restconf-client-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>