Do not import java.annotation
[yangtools.git] / yang / yang-data-codec-gson / pom.xml
index 878f2dfceb5460dad679ce83bef51590b8f8cf74..d03bf9fc43692a99cfe7aa099e142a217ae6e927 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>