Do not import java.annotation
[yangtools.git] / yang / odlext-model-api / pom.xml
index 1568c2e852be639fdbc8ecfa644270625bc21f57..e99d45b4fda896b2ad735b42f4565ff6b48f0229 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>