Adapt to new versions
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / pom.xml
index 5ef816eecd81e57f293aae880ec1863685ee22e1..03f27740fb7a024be2ee562b7e84a403c99131ac 100644 (file)
                </dependency>
 
                <!-- Spring LDAP -->
-               <dependency>
-                       <groupId>org.argeo.dep.osgi</groupId>
+               <!--
+                       <dependency> <groupId>org.argeo.dep.osgi</groupId>
                        <artifactId>org.argeo.dep.osgi.springframework.ldap</artifactId>
+                       </dependency>
+               -->
+               <dependency>
+                       <groupId>org.springframework.ldap</groupId>
+                       <artifactId>org.springframework.ldap</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.transaction</artifactId>
                </dependency>
-
 
                <!-- Security -->
                <dependency>
@@ -66,7 +74,7 @@
                </dependency>
                <dependency>
                        <groupId>org.springframework.security</groupId>
-                       <artifactId>org.springframework.security</artifactId>
+                       <artifactId>org.springframework.security.core</artifactId>
                </dependency>
 
                <!-- Logging -->