Remove unneeded javax.annotation suppressions
[yangtools.git] / yang / yang-data-jaxen / pom.xml
index ec4b6593ca79bf33dd9694d930f37a7098c44627..7718289d13d47119dd1e0699e0ce96250f88a2a8 100644 (file)
@@ -79,7 +79,6 @@
                 <configuration>
                     <instructions>
                         <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.jaxen</Automatic-Module-Name>
-                        <Import-Package>!javax.annotation,*</Import-Package>
                         <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>