Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / netconf-netty-util / pom.xml
index 55a5630bedc4e93d0ad55ba4694c36cc90035c63..2ec59270db49c62184f49e91737122c2cad1cef6 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>netconf-subsystem</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>netconf-netty-util</artifactId>
   <packaging>bundle</packaging>
       <artifactId>sshd-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.openexi</groupId>
+      <groupId>openexi</groupId>
       <artifactId>nagasena</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.openexi</groupId>
+      <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>