Do not import java.annotation
[yangtools.git] / yang / yang-model-util / pom.xml
index 507d9dec644205a8a2f2f3dacd2251be118c51e3..1904262e4121d39f36cb4e59fce7570f82746c0e 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>