Explicitly specified Export-Package declaration in poms.
[yangtools.git] / yang / yang-model-util / pom.xml
index bd436f45ec5cc3539019abdbb71a151337f4fc99..0c94867e26fbdcdff7ba99241822d7d3ac6bb737 100644 (file)
@@ -39,6 +39,7 @@
                 <configuration>
                     <instructions>
                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
+                        <Export-Package>org.opendaylight.yangtools.yang.model.util</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>