Do not import java.annotation
[yangtools.git] / yang / yang-parser-rfc7950 / pom.xml
index e9730df73521f095a06015aa2952ee19219efe79..2a1b61eca478660d42dbf523781a9e7e3480d3ea 100644 (file)
                     <listener>true</listener>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Import-Package>!javax.annotation,*</Import-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>