Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / netconf-notifications-impl / pom.xml
index 510d9f07e3ccaa304009d3014d98889ba74f978d..31f52918ba493d7a2aced7190d193d318f4e57ed 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
@@ -58,6 +58,7 @@
                 <configuration>
                     <instructions>
                         <Bundle-Activator>org.opendaylight.controller.netconf.notifications.impl.osgi.Activator</Bundle-Activator>
+                        <Export-Package>org.opendaylight.controller.netconf.notifications.impl.*</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>