Bug 3401: Remove/cleanup Import-Package in maven-bundle-plugin config
[controller.git] / opendaylight / md-sal / sal-cluster-admin-impl / pom.xml
index 80bd141bbeca66dfed113491a7b501bc2eceeb99..38a2fc0e345358e3f89760e2d32d80cbff4bbd40 100644 (file)
           <instructions>
             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
             <Export-Package></Export-Package>
-            <Import-Package>
-                !*snappy;
-                !org.jboss.*;
-                !com.jcraft.*;
-                !*jetty*;
-                !sun.security.*;
-                *;
-            </Import-Package>
           </instructions>
         </configuration>
       </plugin>