Add javax.security.auth.callback import
authormbaudier <mbaudier@argeo.org>
Wed, 7 Jan 2015 12:24:17 +0000 (13:24 +0100)
committermbaudier <mbaudier@argeo.org>
Wed, 7 Jan 2015 12:24:17 +0000 (13:24 +0100)
META-INF/MANIFEST.MF
pom.xml

index 35b4c929e40aabdf4eb093f18c94725b4a755baf..2a2e9e705a0b073967605f6f408f0e02486a2b4c 100644 (file)
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0\r
-Bnd-LastModified: 1420628026316\r
+Bnd-LastModified: 1420633348546\r
 Build-Jdk: 1.6.0_33\r
 Built-By: mbaudier\r
 Bundle-Description: SLC execution modules for generic tasks, to be used \r
@@ -11,21 +11,12 @@ Bundle-Name: Argeo Distribution Factory
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6\r
 Bundle-SymbolicName: org.argeo.tp.slc.factory\r
 Bundle-Vendor: Argeo\r
-Bundle-Version: 1.1.19.r150107_1153\r
+Bundle-Version: 1.1.19.r150107_1322\r
 Created-By: Apache Maven Bundle Plugin\r
-Import-Package: com.jcraft.jsch;resolution:=optional,javax.jcr;version="\r
- [2.0,3)",net.sf.cglib.core;version="[2.1,3)",net.sf.cglib.proxy;version\r
- ="[2.1,3)",net.sf.cglib.reflect;version="[2.1,3)",org.aopalliance.aop;v\r
- ersion="[1.0,2)",org.apache.commons.exec;resolution:=optional;version="\r
- [1.0,2)",org.argeo.security.core;version="[1.2,2)",org.argeo.slc.core.e\r
- xecution;version="[1.1,2)",org.argeo.slc.core.execution.tasks;version="\r
- [1.1,2)",org.argeo.slc.execution;version="[1.1,2)",org.argeo.slc.osgi;v\r
- ersion="[1.1,2)",org.argeo.slc.repo;version="[1.1,2)",org.argeo.slc.rep\r
- o.osgi;version="[1.1,2)",org.argeo.slc.test;version="[1.1,2)",org.sprin\r
- gframework.aop;version="[2.5,3)",org.springframework.aop.framework;vers\r
- ion="[2.5,3)",org.springframework.aop.scope;version="[2.5,3)",org.sprin\r
- gframework.beans.factory.config;version="[2.5,3)",org.springframework.c\r
- ore.io;version="[2.5,3)",org.springframework.security;version="[2.0,3)"\r
+Import-Package: javax.jcr;version="[2.0,3)",javax.security.auth.callback\r
+ ;resolution:=optional,org.argeo.security.core;version="[1.2,2)",org.arg\r
+ eo.slc.repo;version="[1.1,2)",org.argeo.slc.repo.osgi;version="[1.1,2)"\r
+ ,org.springframework.security;version="[2.0,3)"\r
 SLC-ExecutionModule: default\r
 SLC-GroupId: org.argeo.tp.slc\r
 Tool: Bnd-1.50.0\r
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>