From: Tony Tkacik Date: Tue, 20 Jan 2015 16:16:43 +0000 (+0000) Subject: Merge "Remove import-package instructions from netconf" X-Git-Tag: release/lithium~689 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=8c57245140fcab7eb15fa329720532aab5a6e239;hp=e003fee1268ac5cb49234d412eccd150558d85e8 Merge "Remove import-package instructions from netconf" --- diff --git a/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml b/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml index 33e4ef0050..edd711171f 100644 --- a/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml +++ b/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml @@ -33,10 +33,6 @@ maven-bundle-plugin - com.google.common.collect, - org.opendaylight.yangtools.yang.binding, - org.opendaylight.yangtools.yang.common, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.extension.rev131210, diff --git a/opendaylight/netconf/ietf-netconf-monitoring/pom.xml b/opendaylight/netconf/ietf-netconf-monitoring/pom.xml index 5a6c66b95c..2abed1bfe3 100644 --- a/opendaylight/netconf/ietf-netconf-monitoring/pom.xml +++ b/opendaylight/netconf/ietf-netconf-monitoring/pom.xml @@ -38,11 +38,6 @@ maven-bundle-plugin - com.google.common.collect, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev100924, - org.opendaylight.yangtools.yang.binding, - org.opendaylight.yangtools.yang.common, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.* diff --git a/opendaylight/netconf/netconf-api/pom.xml b/opendaylight/netconf/netconf-api/pom.xml index 11aed2990e..18bbce4e30 100644 --- a/opendaylight/netconf/netconf-api/pom.xml +++ b/opendaylight/netconf/netconf-api/pom.xml @@ -45,7 +45,6 @@ maven-bundle-plugin - org.opendaylight.controller.netconf.api, org.opendaylight.controller.netconf.api.jmx, org.opendaylight.controller.netconf.api.xml, diff --git a/opendaylight/netconf/netconf-client/pom.xml b/opendaylight/netconf/netconf-client/pom.xml index 7fbb54165c..4f79b9f7b6 100644 --- a/opendaylight/netconf/netconf-client/pom.xml +++ b/opendaylight/netconf/netconf-client/pom.xml @@ -56,26 +56,6 @@ org.opendaylight.controller.netconf.client.*, - com.google.common.base, - com.google.common.collect, - io.netty.channel, - io.netty.channel.socket, - io.netty.util, - io.netty.util.concurrent, - javax.annotation, - javax.net.ssl, - javax.xml.namespace, - javax.xml.parsers, - javax.xml.xpath, - org.opendaylight.controller.netconf.api, - org.opendaylight.controller.netconf.util.*, - org.opendaylight.controller.netconf.nettyutil.*, - org.opendaylight.protocol.framework, - org.openexi.*, - org.slf4j, - org.w3c.dom, - org.xml.sax, - io.netty.handler.codec diff --git a/opendaylight/netconf/netconf-impl/pom.xml b/opendaylight/netconf/netconf-impl/pom.xml index a987ceefc8..310073fc72 100644 --- a/opendaylight/netconf/netconf-impl/pom.xml +++ b/opendaylight/netconf/netconf-impl/pom.xml @@ -110,43 +110,6 @@ org.opendaylight.controller.netconf.impl.osgi.NetconfImplActivator - com.google.common.base, - com.google.common.collect, - io.netty.channel, - io.netty.channel.socket, - io.netty.util, - io.netty.util.concurrent, - io.netty.buffer, - io.netty.handler.codec, - io.netty.channel.nio, - io.netty.channel.local, - javax.annotation, - javax.management, - javax.net.ssl, - javax.xml.namespace, - javax.xml.xpath, - org.opendaylight.controller.netconf.api, - org.opendaylight.controller.netconf.api.jmx, - org.opendaylight.controller.netconf.mapping.api, - org.opendaylight.controller.netconf.util.*, - org.opendaylight.protocol.framework, - org.osgi.framework, - org.osgi.util.tracker, - org.slf4j, - org.w3c.dom, - org.xml.sax, - io.netty.util.internal, - org.opendaylight.controller.netconf.api.monitoring, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev100924, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.sessions, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.schemas, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.extension.rev131210, - org.opendaylight.yangtools.yang.binding, - org.openexi.*, - org.opendaylight.controller.netconf.nettyutil.* diff --git a/opendaylight/netconf/netconf-mapping-api/pom.xml b/opendaylight/netconf/netconf-mapping-api/pom.xml index 7d51f6db99..f5ae0ec610 100644 --- a/opendaylight/netconf/netconf-mapping-api/pom.xml +++ b/opendaylight/netconf/netconf-mapping-api/pom.xml @@ -31,10 +31,6 @@ maven-bundle-plugin - - com.google.common.base, - org.opendaylight.controller.netconf.api, - org.w3c.dom org.opendaylight.controller.netconf.mapping.api, diff --git a/opendaylight/netconf/netconf-monitoring/pom.xml b/opendaylight/netconf/netconf-monitoring/pom.xml index 22c61954c3..abaf1acddf 100644 --- a/opendaylight/netconf/netconf-monitoring/pom.xml +++ b/opendaylight/netconf/netconf-monitoring/pom.xml @@ -52,34 +52,6 @@ org.opendaylight.controller.netconf.monitoring.osgi.NetconfMonitoringActivator - com.google.common.base, - com.google.common.collect, - com.google.common.io, - org.opendaylight.controller.netconf.api, - org.opendaylight.controller.netconf.mapping.api, - org.opendaylight.controller.netconf.util.mapping, - org.opendaylight.controller.netconf.util.exception, - org.osgi.framework, - org.slf4j, - org.w3c.dom, - javax.xml.bind, - javax.xml.bind.annotation, - javax.xml.transform, - javax.xml.transform.dom, - org.opendaylight.controller.netconf.util.xml, - io.netty.util.internal, - javax.annotation, - org.opendaylight.controller.netconf.api.monitoring, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev100924, - org.osgi.util.tracker, - org.opendaylight.yangtools.yang.common, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.sessions, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004.netconf.state.schemas, - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.extension.rev131210, - org.opendaylight.yangtools.yang.binding, diff --git a/opendaylight/netconf/netconf-netty-util/pom.xml b/opendaylight/netconf/netconf-netty-util/pom.xml index 45088f6086..55a5630bed 100644 --- a/opendaylight/netconf/netconf-netty-util/pom.xml +++ b/opendaylight/netconf/netconf-netty-util/pom.xml @@ -85,7 +85,6 @@ maven-bundle-plugin - * org.opendaylight.controller.netconf.nettyutil, org.opendaylight.controller.netconf.nettyutil.handler, org.opendaylight.controller.netconf.nettyutil.handler.exi, diff --git a/opendaylight/netconf/netconf-ssh/pom.xml b/opendaylight/netconf/netconf-ssh/pom.xml index e0c7dba4fa..2371ede577 100644 --- a/opendaylight/netconf/netconf-ssh/pom.xml +++ b/opendaylight/netconf/netconf-ssh/pom.xml @@ -72,7 +72,6 @@ org.opendaylight.controller.netconf.ssh.osgi.NetconfSSHActivator - * diff --git a/opendaylight/netconf/netconf-tcp/pom.xml b/opendaylight/netconf/netconf-tcp/pom.xml index 8ec33286a7..cf230831b5 100644 --- a/opendaylight/netconf/netconf-tcp/pom.xml +++ b/opendaylight/netconf/netconf-tcp/pom.xml @@ -50,9 +50,6 @@ org.opendaylight.controller.netconf.tcp.osgi.NetconfTCPActivator - com.google.common.base, io.netty.bootstrap, io.netty.channel, io.netty.channel.local, - io.netty.channel.nio, io.netty.channel.socket, io.netty.channel.socket.nio, io.netty.handler.logging, - io.netty.util.concurrent, org.opendaylight.controller.netconf.util.osgi, org.osgi.framework, org.slf4j diff --git a/opendaylight/netconf/netconf-util/pom.xml b/opendaylight/netconf/netconf-util/pom.xml index de9b2a0a06..93c1f9b92a 100644 --- a/opendaylight/netconf/netconf-util/pom.xml +++ b/opendaylight/netconf/netconf-util/pom.xml @@ -59,12 +59,6 @@ maven-bundle-plugin - com.google.common.base, com.google.common.collect, io.netty.channel, - io.netty.util.concurrent, javax.annotation, javax.xml.namespace, javax.xml.parsers, javax.xml.transform, - javax.xml.transform.dom, javax.xml.transform.stream, javax.xml.validation, javax.xml.xpath, - org.opendaylight.controller.netconf.api, org.opendaylight.controller.netconf.api.xml, - org.opendaylight.controller.netconf.mapping.api, - org.osgi.framework, org.slf4j, org.w3c.dom, org.xml.sax,io.netty.channel.local org.opendaylight.controller.netconf.util.*