Bug 3401: Remove/cleanup Import-Package in maven-bundle-plugin config
[controller.git] / opendaylight / md-sal / sal-inmemory-datastore / pom.xml
index a6ff9f21b3ccc1263d1085fb1a967d6285c8e5e2..3e1a58f89f21b639d939c0e377d092992279e21d 100644 (file)
         <configuration>
           <instructions>
             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-
             <Export-Package>org.opendaylight.controller.md.sal.dom.store.impl.*</Export-Package>
-
-            <Import-Package>*</Import-Package>
           </instructions>
         </configuration>
       </plugin>