]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Use host instead of uuid to detect a preferred host
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 754fdfd6c001cf1442c52b35d7f9aa96d78c5c5c..9d6fe1da095c7791bd550eb9dcb86dacec06adf3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,7 @@
        </modules>
        <properties>
                <developmentCycle>0.11</developmentCycle>
+               <version.argeo-ria>0.11.4-SNAPSHOT</version.argeo-ria>
                <version.spring>2.5.6.SEC01</version.spring>
                <version.spring-ws>1.5.7.A</version.spring-ws>
                <version.spring-osgi>1.2.0</version.spring-osgi>
@@ -29,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>
@@ -282,6 +283,12 @@ 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>
+                               <version>${version.argeo-ria}</version>
+                       </dependency>
                        <!--
                                <dependency> <groupId>org.argeo.slc.server</groupId>
                                <artifactId>bundles</artifactId> <version>0.11.3-SNAPSHOT</version>
@@ -497,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>