Bug 3401: Remove/cleanup Import-Package in maven-bundle-plugin config
[controller.git] / opendaylight / md-sal / sal-akka-raft-example / pom.xml
index d90f61fdbb286d5c7b58c65d756cc0ed2ed64758..0fcd37ed676a23404ae0154e14fc4a6dcb6e6a84 100644 (file)
@@ -51,9 +51,6 @@
         <configuration>
           <instructions>
             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-            <Export-package>org.opendaylight.controller.cluster.example</Export-package>
-            <Import-Package>*</Import-Package>
-            <DynamicImport-Package>*</DynamicImport-Package>
           </instructions>
         </configuration>
       </plugin>