Removed Export-Package statement from maven-bundle-plugin.
[yangtools.git] / yang / yang-parser-api / pom.xml
index e0343dce584c10d030f012605bf18aa218ab9f7d..ce9e30c02b0cbbf628179956d752e4136458286c 100644 (file)
@@ -30,9 +30,6 @@
                 <configuration>
                     <instructions>
                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-                        <Export-Package>
-                            org.opendaylight.yangtools.yang.parser.api
-                        </Export-Package>
                     </instructions>
                 </configuration>
             </plugin>