Improve Security
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jackrabbit / pom.xml
index 4b3c3254591a40b3dd9468386946a9a383d0e84a..58ff3063e56abd3045469bd888c11bee29cea607 100644 (file)
@@ -29,6 +29,7 @@
                                <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
+                                               <Fragment-Host>org.argeo.dep.osgi.jackrabbit</Fragment-Host>
                                                <Export-Package>
                                                        org.argeo.jcr.*,
                                                        org.argeo.server.jackrabbit.*,
@@ -36,6 +37,7 @@
                                                </Export-Package>
                                                <Import-Package>
                                                        *,
+                                                       org.springframework.security.providers.jaas;resolution:="optional",
                                                        junit.framework;resolution:="optional"
                                                </Import-Package>
                                        </instructions>
                        <artifactId>org.springframework.web.servlet</artifactId>
                </dependency>
 
+               <dependency>
+                       <groupId>org.springframework.security</groupId>
+                       <artifactId>org.springframework.security</artifactId>
+               </dependency>
+
                <!-- Logging -->
                <dependency>
                        <groupId>org.slf4j</groupId>