Suppress javax.annotation imports in yang-binding
[mdsal.git] / binding / yang-binding / pom.xml
index 829b9ffd10a09e3d9a398c07b0983f705405d87b..68b31131764e45b421ea1e5552ddc56470afcdf3 100644 (file)
 
     <build>
         <plugins>
+            <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.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>