Do not import java.annotation
[yangtools.git] / yang / yang-model-api / pom.xml
index 2955a4eb0ef6c3b304c2d6e3470f4bb26b960ee5..da20efb93e1c2acf30431092a2000619155b4989 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>