]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - pom.xml
Remove init LDIFs
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4c2be9fd76f828783eb98d25f4bc0f5c9e6092a8..0c98397878d9f77c9a11179246f9f4264df75940 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,14 +3,14 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>2.1.30-SNAPSHOT</version>
+       <version>2.1.31-SNAPSHOT</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <properties>
-               <version.argeo-commons>2.1.29</version.argeo-commons>
+               <version.argeo-commons>2.1.31-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 +398,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>