]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/modules/org.argeo.server.rap.webapp/pom.xml
[maven-release-plugin] prepare release argeo-commons-1.1.1
[lgpl/argeo-commons.git] / server / modules / org.argeo.server.rap.webapp / pom.xml
index ee05364971bfea34b22e10629cde8912844ae51e..f9e46349ce5e3effcce4123197b4aa3e4bd3dc6d 100644 (file)
@@ -1,9 +1,8 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>0.3.4-SNAPSHOT</version>
+               <version>1.1.1</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
                                                <Web-ContextPath>org.argeo.rap.webapp</Web-ContextPath>
                                                <Import-Package>
                                                        *,
+
+                                                       org.springframework.beans.factory.config,
+                                                       
                                                        org.eclipse.equinox.http.servlet,
                                                        org.springframework.osgi.web.context.support,
                                                        org.springframework.security,
+                                                       org.springframework.security.context,
+                                                       org.springframework.security.intercept.web,
+                                                       org.springframework.security.providers.anonymous,
+                                                       org.springframework.security.ui,
+                                                       org.springframework.security.ui.basicauth,
+                                                       org.springframework.security.ui.logout,
+                                                       org.springframework.security.ui.rememberme,
                                                        org.springframework.security.ui.webapp,
+                                                       org.springframework.security.userdetails,
+                                                       org.springframework.security.util,
+                                                       org.springframework.security.vote,
+                                                       org.springframework.security.wrapper,
                                                        org.springframework.web.context,
                                                        org.springframework.web.filter,
                                                        org.springframework.web.servlet,
                                                        org.springframework.web.servlet.handler,
-                                                       org.springframework.web.servlet.mvc
-                                               </Import-Package>
+                                                       org.springframework.web.servlet.mvc,
+                                                       
+                                                       
+                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>