Do not import java.annotation
[yangtools.git] / yang / yang-parser-spi / pom.xml
index 94780ef6c6a223daf7806f981f076e60b3f543cd..31dfe3afba4028c417e9d06f118d4f6b869cf142 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>