Add javax.security.auth.callback import
[gpl/argeo-tp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b3ec5ac5623f0fb576aeac1d6085237994df7416..e181b8ec4f3fc3a5f45bd96b85ccc6292e562e14 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <Import-Package>
+                                                       javax.security.auth.callback;resolution:="optional",
+                                                       *
+                                               </Import-Package>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>