Do not import java.annotation
[yangtools.git] / yang / yang-parser-reactor / pom.xml
index d31e439369c35d0fb0b4690290f35c26f4317d89..735d727f94d165d15f65935d525cd985b79415d7 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>