Remove unneeded javax.annotation suppressions
[yangtools.git] / yang / yang-data-jaxen / pom.xml
index de8e5922ed9115a228c3afb917bdc75ffa4e8b81..7718289d13d47119dd1e0699e0ce96250f88a2a8 100644 (file)
@@ -78,7 +78,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Import-Package>!javax.annotation,*</Import-Package>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.jaxen</Automatic-Module-Name>
                         <Include-Resource>{META-INF/services=${project.build.directory}/classes/META-INF/services}</Include-Resource>
                         <Bundle-Activator>org.opendaylight.yangtools.yang.data.jaxen.osgi.Activator</Bundle-Activator>
                     </instructions>