Do not import java.annotation
[yangtools.git] / yang / yang-model-immutable / pom.xml
index d6f6ff5c9fcb62d793185d942220bfdccbedc5d4..0c762294a99efeb35cfc80b8051bcbf377073db6 100644 (file)
           <artifactId>value</artifactId>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Import-Package>!javax.annotation,*</Import-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>