Cleanup: Remove passing around of DataPersistenceProvider
[controller.git] / opendaylight / netconf / netconf-impl / pom.xml
index c4a00aa4ee2c69b838444986ff7d28357306afa0..5d880c52c9920d42d7c0a3a037201dd5797e7a13 100644 (file)
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <scope>test</scope>
-    </dependency>
 
     <dependency>
       <groupId>xmlunit</groupId>
         <configuration>
           <instructions>
             <Bundle-Activator>org.opendaylight.controller.netconf.impl.osgi.NetconfImplActivator</Bundle-Activator>
-            <Import-Package>*</Import-Package>
+            <Export-Package>org.opendaylight.controller.netconf.impl.*</Export-Package>
           </instructions>
         </configuration>
       </plugin>