]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Cleaning, ref management, label/tooltips in tree, etc.
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index acc7babcbb616438cd2771fdef4732ac2bc6d83e..9d6fe1da095c7791bd550eb9dcb86dacec06adf3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
                <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
                <version.activemq>5.2.0.0006</version.activemq>
                <version.maven-argeo-osgi>0.1.15-SNAPSHOT</version.maven-argeo-osgi>
-               <version.maven-argeo-qooxdoo>0.8.1.7</version.maven-argeo-qooxdoo>
+               <version.maven-argeo-qooxdoo>0.8.2-SNAPSHOT</version.maven-argeo-qooxdoo>
                <site.repoBase>file:///var/argeo/projects/SLC/www/site</site.repoBase>
                <site.urlBase>http://www.argeo.org/projects/slc/site</site.urlBase>
        </properties>
@@ -283,7 +283,7 @@ limitations under the License.
                                <artifactId>org.argeo.slc.ria</artifactId>
                                <version>${project.version}</version>
                        </dependency>
-                       
+
                        <dependency>
                                <groupId>org.argeo.ria</groupId>
                                <artifactId>org.argeo.ria.core</artifactId>
@@ -504,6 +504,19 @@ limitations under the License.
                                <version>1.0.0.argeo4</version>
                        </dependency>
 
+                       <!-- Security -->
+                       <dependency>
+                               <groupId>org.springframework.security</groupId>
+                               <artifactId>org.springframework.security</artifactId>
+                               <version>2.0.4.A</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.springframework</groupId>
+                                               <artifactId>org.springframework.web</artifactId>
+                                       </exclusion>
+                               </exclusions>
+                       </dependency>
+
                        <!-- AOP -->
                        <dependency>
                                <groupId>org.aspectj</groupId>