]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/modules/org.argeo.jackrabbit.webapp/pom.xml
Change JCR url
[lgpl/argeo-commons.git] / server / modules / org.argeo.jackrabbit.webapp / pom.xml
index 2e47cd1a2b091836692ee92dd48149a4ea663b01..c3dddd941c9539eebca6a321ed274292c7f74fdc 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>0.3.4-SNAPSHOT</version>
+               <version>1.1.5-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -17,9 +17,9 @@
                                <artifactId>maven-bundle-plugin</artifactId>
                                <configuration>
                                        <instructions>
-                                               <Web-ContextPath>org.argeo.jcr.webapp</Web-ContextPath>
-                                               <!-- TODO is it still necessary? -->
-                                               <DynamicImport-Package>*</DynamicImport-Package>
+                                               <Web-ContextPath>data</Web-ContextPath>
+                                               <!-- Import-Package needs to be specified explicitly since BND doesn't 
+                                                       scane WEB-INF -->
                                                <Import-Package>
                                                        *,
                                                        javax.jcr,
@@ -30,7 +30,6 @@
                                                        org.argeo.jackrabbit.remote,
                                                        org.argeo.jcr,
                                                        org.argeo.jcr.mvc,
-                                                       org.argeo.server.mvc,
                                                        org.springframework.aop,
                                                        org.springframework.aop.framework,
                                                        org.springframework.aop.scope,
                                                        org.springframework.osgi.web.context.support,
                                                        org.springframework.security,
                                                        org.springframework.security.providers.anonymous,
+                                                       org.springframework.security.ui,
                                                        org.springframework.security.ui.webapp,
+                                                       org.springframework.security.ui.preauth.x509,
+                                                       org.springframework.security.userdetails,
                                                        org.springframework.web.context,
                                                        org.springframework.web.filter,
                                                        org.springframework.web.servlet,
                                                        org.springframework.web.servlet.handler,
-                                                       org.springframework.web.servlet.view
+                                                       org.springframework.web.servlet.view,
+                                                       org.springframework.security.util,
+                                                       org.springframework.security.context,
+                                                       org.springframework.security.ui.basicauth,
+                                                       org.springframework.security.intercept.web,
+                                                       org.springframework.security.vote,
+                                                       org.springframework.security.ui.logout,
+                                                       org.apache.jackrabbit.server,
                                                </Import-Package>
                                        </instructions>
                                </configuration>