[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / pom.xml
index 3fd7ae8890994d3638d2a57c6981dfd396516059..cbc54821e5fe78f860f53f6539faf452594838cc 100644 (file)
@@ -1,10 +1,9 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.1.1-SNAPSHOT</version>
+               <version>0.1.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.security.core</artifactId>
@@ -33,7 +32,8 @@
                                                        org.argeo.security.*
                                                </Export-Package>
                                                <Import-Package>*,
-                                                       org.argeo.server.json;resolution:=optional
+                                                       org.argeo.server.json;resolution:=optional,
+                                                       org.springframework.ldap.core.support;resolution:=optional
                                                </Import-Package>
                                        </instructions>
                                </configuration>
                        <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.2-SNAPSHOT</version>
+                       <scope>test</scope>
+               </dependency>
 
        </dependencies>
 </project>