Do not import java.annotation
[yangtools.git] / yang / yang-data-util / pom.xml
index 7966d27c69ab4f73f20c2dd4faa89282272f2b81..fb54e93b61998aed88da5fb6c08871bb5a2966a5 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>