[maven-release-plugin] copy for tag argeo-commons-0.1.2
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / pom.xml
index 5f9cc85c515489de17521052d6e2723097f2c555..18e0c1b5392d0427093c8b4d98ee2ac2e5df7cb2 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.1.2-SNAPSHOT</version>
+               <version>0.1.2</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.security.core</artifactId>
                        <artifactId>org.argeo.dep.osgi.springframework.ldap</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>
+               </dependency>
                <dependency>
                        <groupId>org.springframework.security</groupId>
                        <artifactId>org.springframework.security</artifactId>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.json</artifactId>
-                       <version>0.1.2-SNAPSHOT</version>
+                       <version>0.1.2</version>
                        <scope>test</scope>
                </dependency>