Explicitly export package
[controller.git] / opendaylight / md-sal / sal-clustering-commons / pom.xml
index a764f2c499dd1a2d435445b4871579c00bff8248..16b005b03957bb71a9a14de34139cd6f15581671 100644 (file)
             <configuration>
             <instructions>
                 <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
+                <Export-Package>org.opendaylight.controller.cluster.schema.provider.impl, {local-packages}</Export-Package>
             </instructions>
             </configuration>
           </plugin>