Use Argeo TP v2.1.12
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 13 Nov 2015 17:40:44 +0000 (17:40 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 13 Nov 2015 17:40:44 +0000 (17:40 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8572 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml

diff --git a/pom.xml b/pom.xml
index a29bb72b8e8950c23f0bbc41ee31ea7812ce89ba..928af38b8230bbc8215a0b32542c2b3fc37ad04b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
@@ -10,7 +11,7 @@
                <version.argeo-commons>2.1.30-SNAPSHOT</version.argeo-commons>
                <developmentCycle.argeo-commons>2.1</developmentCycle.argeo-commons>
                <developmentCycle.argeo-commons.startDate>2012-12-19</developmentCycle.argeo-commons.startDate>
-               <version.argeo-distribution>2.1.11</version.argeo-distribution>
+               <version.argeo-distribution>2.1.12</version.argeo-distribution>
                <!-- RPM -->
                <rpm.release>6</rpm.release>
                <rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-2-staging/6/x86_64</rpm.stagingRepository>
@@ -398,38 +399,19 @@ limitations under the License.
                        <artifactId>argeo-tp</artifactId>
                        <version>${version.argeo-distribution}</version>
                        <scope>provided</scope>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.spring</groupId>
-                                       <artifactId>org.springframework.ldap</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.spring.security</groupId>
-                                       <artifactId>org.springframework.security.acls</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.spring.security</groupId>
-                                       <artifactId>org.springframework.security.aspects</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.spring.security</groupId>
-                                       <artifactId>org.springframework.security.config</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.spring.security</groupId>
-                                       <artifactId>org.springframework.security.core</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.spring.security</groupId>
-                                       <artifactId>org.springframework.security.ldap</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.argeo.tp.spring.security</groupId>
-                                       <artifactId>org.springframework.security.web</artifactId>
-                               </exclusion>
-                       </exclusions>
                </dependency>
        </dependencies>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.argeo.tp</groupId>
+                               <artifactId>argeo-tp</artifactId>
+                               <version>${version.argeo-distribution}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
        <repositories>
                <repository>
                        <id>argeo-tp</id>