]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/runtime/org.argeo.security.core/pom.xml
Improve JCR
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / pom.xml
index c2bea2b9e064f16c986461fb353ff6edec465c59..61548b429b4fe64ecfbb3be13195d80a2ae40c1f 100644 (file)
@@ -1,4 +1,5 @@
-<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>
@@ -32,8 +33,9 @@
                                                        org.argeo.security.*
                                                </Export-Package>
                                                <Import-Package>*,
+                                                       org.springframework.context,
                                                        org.argeo.server.json;resolution:=optional,
-                                                       org.springframework.ldap.core.support;resolution:=optional
+                                                       org.springframework.ldap.core.support;resolution:=optional,
                                                </Import-Package>
                                        </instructions>
                                </configuration>
                </plugins>
        </build>
        <dependencies>
-               <!-- Spring LDAP -->
                <dependency>
-                       <groupId>org.argeo.dep.osgi</groupId>
-                       <artifactId>org.argeo.dep.osgi.springframework.ldap</artifactId>
+                       <groupId>org.argeo.commons.basic</groupId>
+                       <artifactId>org.argeo.basic.nodeps</artifactId>
+                       <version>0.1.3-SNAPSHOT</version>
                </dependency>
 
-
-               <!-- Security -->
                <dependency>
                        <!--
                                Force inclusion of commons.lang to prevent v2.1.0 to be taken by
                        <groupId>org.apache.commons</groupId>
                        <artifactId>com.springsource.org.apache.commons.lang</artifactId>
                </dependency>
+
+               <!-- Spring -->
+               <dependency>
+                       <groupId>org.springframework.ldap</groupId>
+                       <artifactId>org.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</artifactId>
+                       <artifactId>org.springframework.security.core</artifactId>
                </dependency>
 
                <!-- Logging -->
                        <artifactId>com.springsource.org.antlr</artifactId>
                </dependency>
 
+               <!-- JMS -->
+               <dependency>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.activemq</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.jms</groupId>
+                       <artifactId>com.springsource.javax.jms</artifactId>
+               </dependency>
+
                <!-- TEST -->
                <dependency>
                        <groupId>org.junit</groupId>