Add javax.security.auth.callback import
[gpl/argeo-tp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index dc207ecd120c08f494ec80c5380c4e6200d8b60e..e181b8ec4f3fc3a5f45bd96b85ccc6292e562e14 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>lib</artifactId>
-               <version>1.1.19-SNAPSHOT</version>
+               <version>1.1.19</version>
        </parent>
        <groupId>org.argeo.tp.slc</groupId>
        <artifactId>org.argeo.tp.slc.factory</artifactId>
                                        </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>