diff options
Diffstat (limited to 'plugins/features/ccsdk-restconf-client')
-rw-r--r-- | plugins/features/ccsdk-restconf-client/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/features/ccsdk-restconf-client/pom.xml b/plugins/features/ccsdk-restconf-client/pom.xml index cf1678eb8..bf4994b33 100644 --- a/plugins/features/ccsdk-restconf-client/pom.xml +++ b/plugins/features/ccsdk-restconf-client/pom.xml @@ -27,13 +27,6 @@ <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> |