Do not import java.annotation
[yangtools.git] / yang / yang-model-export / pom.xml
index 12433309070f11336e86a694b809da7c2e05c5f4..9ee279ee8668b1d451cad08885522cd2d1b91741 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>