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