]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Clean up server OSGi
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 1 Jul 2009 14:15:59 +0000 (14:15 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 1 Jul 2009 14:15:59 +0000 (14:15 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2656 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dep/org.argeo.slc.dep.server/pom.xml
pom.xml

index 9f062156d7893a8751fc5c6a5248d741014761bf..2e75d4664e85ff2358d91fd2281acb3783cd6550 100644 (file)
                        <artifactId>com.springsource.com.mysql.jdbc</artifactId>
                </dependency>
 
+               <!-- Spring Security
+               <dependency>
+                       <groupId>org.springframework.security</groupId>
+                       <artifactId>org.springframework.security</artifactId>
+               </dependency> -->
+               
                <!-- Required in JDK 1.5 -->
                <dependency>
                        <groupId>com.sun.xml</groupId>
diff --git a/pom.xml b/pom.xml
index 5b9132a8b180470f43af91e12a1ff91ed62d18a7..8a5c737f6061bf2e348d668ff47562d49b9c107e 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>
@@ -685,6 +685,13 @@ limitations under the License.
                                <version>2.0.8</version>
                        </dependency>
 
+                       <!-- Security
+                       <dependency>
+                               <groupId>org.springframework.security</groupId>
+                               <artifactId>org.springframework.security</artifactId>
+                               <version>2.0.4.A</version>
+                       </dependency>
+ -->
                        <!-- Tomcat -->
                        <dependency>
                                <groupId>org.apache.catalina</groupId>