Add ActiveMQ security support
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / pom.xml
index 221bdfebd269f90501f6aa88f730754ba557f470..29b4283e8abe6088c033daf44fbcf05dc3f45e36 100644 (file)
@@ -33,6 +33,7 @@
                                                        org.argeo.security.*
                                                </Export-Package>
                                                <Import-Package>*,
+                                                       org.springframework.context,
                                                        org.argeo.server.json;resolution:=optional,
                                                        org.springframework.ldap.core.support;resolution:=optional
                                                </Import-Package>
                        <version>0.1.3-SNAPSHOT</version>
                </dependency>
 
-               <!-- Spring LDAP -->
-               <!--
-                       <dependency> <groupId>org.argeo.dep.osgi</groupId>
-                       <artifactId>org.argeo.dep.osgi.springframework.ldap</artifactId>
-                       </dependency>
-               -->
+               <dependency>
+                       <!--
+                               Force inclusion of commons.lang to prevent v2.1.0 to be taken by
+                               Spring Security
+                       -->
+                       <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>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.transaction</artifactId>
                </dependency>
-
-               <!-- Security -->
                <dependency>
-                       <!--
-                               Force inclusion of commons.lang to prevent v2.1.0 to be taken by
-                               Spring Security
-                       -->
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>com.springsource.org.apache.commons.lang</artifactId>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.jms</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.springframework.security</groupId>
                        <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>