]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Right config
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5b9132a8b180470f43af91e12a1ff91ed62d18a7..67cb7dfd2346054c4d1ffd789a52df76986f864c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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,24 @@ 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>
+                       <dependency>
+                               <groupId>org.antlr</groupId>
+                               <artifactId>com.springsource.org.antlr</artifactId>
+                               <version>3.0.1</version>
+                       </dependency>
+
                        <!-- AOP -->
                        <dependency>
                                <groupId>org.aspectj</groupId>