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