Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / netconf-netty-util / pom.xml
index c979a1aa047c11cbaaa2c7a8efeee12c26554af7..2ec59270db49c62184f49e91737122c2cad1cef6 100644 (file)
       <groupId>openexi</groupId>
       <artifactId>nagasena-rta</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
-            <Export-Package>org.opendaylight.controller.netconf.nettyutil,
-              org.opendaylight.controller.netconf.nettyutil.handler,
-              org.opendaylight.controller.netconf.nettyutil.handler.exi,
-              org.opendaylight.controller.netconf.nettyutil.handler.ssh,
-              org.opendaylight.controller.netconf.nettyutil.handler.ssh.authentication,
-              org.opendaylight.controller.netconf.nettyutil.handler.ssh.client</Export-Package>
+            <Export-Package>org.opendaylight.controller.netconf.nettyutil.*</Export-Package>
           </instructions>
         </configuration>
       </plugin>