add metric log filter
[ccsdk/sli/plugins.git] / restapi-call-node / features / ccsdk-restapi-call-node / pom.xml
index 1100f22..cd7f035 100644 (file)
                        <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>