Finish implementing API
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / pom.xml
index 51aca0eac1c3f166bb5503fcce1e7ba298437f61..374ec77bc074b055acfd746b856082ee25ee1484 100644 (file)
@@ -32,6 +32,9 @@
                                                <Export-Package>
                                                        org.argeo.security.*
                                                </Export-Package>
+                                               <Import-Package>*,
+                                                       org.argeo.server.json;resolution:=optional
+                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
        <dependencies>
                <!-- Spring LDAP -->
                <dependency>
-                       <groupId>org.springframework.ldap</groupId>
-                       <artifactId>org.springframework.ldap</artifactId>
-                       <version>1.3.0.RELEASE</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework.ldap</groupId>
-                       <artifactId>org.springframework.ldap.core.simple</artifactId>
-                       <version>1.3.0.RELEASE</version>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.springframework.ldap</artifactId>
+                       <version>1.3.0.0003</version>
                </dependency>
 
                <!-- Security -->
                        <artifactId>org.springframework.security</artifactId>
                </dependency>
 
+               <!-- Logging -->
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.log4j</groupId>
+                       <artifactId>com.springsource.org.apache.log4j</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.log4j</artifactId>
+               </dependency>
+
                <!-- JSON  -->
                <dependency>
                        <groupId>org.codehaus.jackson</groupId>
                        <artifactId>com.springsource.junit</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons.server</groupId>
+                       <artifactId>org.argeo.server.json</artifactId>
+                       <version>0.1.1-SNAPSHOT</version>
+                       <scope>test</scope>
+               </dependency>
 
        </dependencies>
 </project>