[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / pom.xml
index 340e08fc9a9c4b7994b04a99f683ab54cef8d8ca..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>
                                                <Export-Package>
                                                        org.argeo.security.*
                                                </Export-Package>
+                                               <Import-Package>*,
+                                                       org.argeo.server.json;resolution:=optional,
+                                                       org.springframework.ldap.core.support;resolution:=optional
+                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
@@ -42,7 +45,7 @@
                <dependency>
                        <groupId>org.argeo.dep.osgi</groupId>
                        <artifactId>org.argeo.dep.osgi.springframework.ldap</artifactId>
-                       <version>1.3.0.0002</version>
+                       <version>1.3.0.0003</version>
                </dependency>
 
                <!-- Security -->
                        <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>