]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/org.argeo.slc.ria/pom.xml
[maven-release-plugin] prepare release argeo-slc-0.12.0
[gpl/argeo-slc.git] / server / org.argeo.slc.ria / pom.xml
index da8dc1f54e2d79b013c0aefb957c67ef0fb1430c..c3714216db6dfbe6d345417dabc4af63c332ff0e 100644 (file)
@@ -1,16 +1,15 @@
-<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.slc</groupId>
                <artifactId>server</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
+               <version>0.12.0</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.server</groupId>
        <artifactId>org.argeo.slc.ria</artifactId>
        <packaging>jar</packaging>
-       <name>Argeo SLC RIA</name>
+       <name>SLC RIA</name>
        <build>
                <resources>
                        <resource>
                                        <instructions>
                                                <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                                                <Bundle-Version>${project.version}-r${buildNumber}</Bundle-Version>
-                                               <Export-Package></Export-Package>
+                                               <Export-Package />
                                                <Import-Package>
                                                        javax.servlet,
                                                        javax.servlet.http,
                                                        javax.servlet.jsp.jstl.core,
                                                        javax.servlet.jsp.jstl.fmt,
                                                        javax.servlet.jsp.jstl.tlv,
-                                                       javax.servlet.resources
+                                                       javax.servlet.resources,
+                                                       org.springframework.security.ui.webapp,
+                                                       org.springframework.security.userdetails.memory,
+                                                       org.springframework.web.context,
+                                                       org.springframework.osgi.web.context.support,
+                                                       org.springframework.web.filter,
+                                                       org.springframework.security.context
                                                </Import-Package>
                                                <Web-ContextPath>org.argeo.slc.ria</Web-ContextPath>
                                        </instructions>