diff options
Diffstat (limited to 'appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle')
-rw-r--r-- | appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml b/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml index a61659cb6..f87d7d139 100644 --- a/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml +++ b/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml @@ -57,12 +57,6 @@ <artifactId>cdp-pal-common</artifactId> <scope>compile</scope> <version>${cdp.pal.version}</version> - <exclusions> - <exclusion> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> @@ -70,12 +64,6 @@ <artifactId>cdp-pal-openstack</artifactId> <scope>compile</scope> <version>${cdp.pal.version}</version> - <exclusions> - <exclusion> - <groupId>com.att.cdp</groupId> - <artifactId>cdp-pal-common</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> |