]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/runtime/org.argeo.security.core/pom.xml
Improve JCR and security dependencies
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / pom.xml
index 99ca8adf0116f9ae42820e952ca32eb1afcbed20..37c7390ec2d5bf182bb560a41694a0be02995c83 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.2.1-SNAPSHOT</version>
+               <version>0.2.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.security.core</artifactId>
                                                <Import-Package>*,
                                                        org.springframework.context,
                                                        org.argeo.server.json;resolution:=optional,
+                                                       javax.jms;resolution:=optional,
+                                                       org.apache.activemq;resolution:=optional,
+                                                       org.apache.activemq.broker;resolution:=optional,
+                                                       org.apache.activemq.command;resolution:=optional,
+                                                       org.apache.activemq.security;resolution:=optional,
+                                                       org.springframework.jms.connection;resolution:=optional,
+                                                       org.springframework.ldap.core;resolution:=optional,
                                                        org.springframework.ldap.core.support;resolution:=optional,
                                                </Import-Package>
                                        </instructions>
@@ -45,7 +52,7 @@
                <dependency>
                        <groupId>org.argeo.commons.basic</groupId>
                        <artifactId>org.argeo.basic.nodeps</artifactId>
-                       <version>0.2.1-SNAPSHOT</version>
+                       <version>0.2.2-SNAPSHOT</version>
                </dependency>
 
                <dependency>
 
                <!-- Spring -->
                <dependency>
-                       <groupId>org.springframework.ldap</groupId>
-                       <artifactId>org.springframework.ldap</artifactId>
+                               <groupId>org.argeo.dep.osgi</groupId>
+                               <artifactId>org.argeo.dep.osgi.springframework.ldap</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.transaction</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>org.springframework.jms</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.springframework.security</groupId>
                        <artifactId>org.springframework.security.core</artifactId>
                <dependency>
                        <groupId>org.argeo.dep.osgi</groupId>
                        <artifactId>org.argeo.dep.osgi.activemq</artifactId>
+                       <optional>true</optional>
                </dependency>
                <dependency>
                        <groupId>javax.jms</groupId>
                        <artifactId>com.springsource.javax.jms</artifactId>
+                       <optional>true</optional>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.jms</artifactId>
+                       <optional>true</optional>
                </dependency>
 
                <!-- TEST -->
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.json</artifactId>
-                       <version>0.2.1-SNAPSHOT</version>
+                       <version>0.2.2-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>