Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / netconf-notifications-api / pom.xml
index 3023a2d30e8e9942b12c4d4e91cd6da4c7e8690c..009093ccba7470654f645de5c7ab42c05b795af5 100644 (file)
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>netconf-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>config-manager-facade-xml</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>ietf-netconf-notifications</artifactId>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Export-Package>org.opendaylight.controller.netconf.notifications.*</Export-Package>
-                    </instructions>
-                </configuration>
             </plugin>
         </plugins>
     </build>