[maven-release-plugin] prepare release argeo-commons-2.1.73
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.sdk / pom.xml
index f4c65b198f179db4657c42cf297caf580f9ad219..bc195572d04def119b5ecef36a03fdf6b9472988 100644 (file)
@@ -3,17 +3,18 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.71</version>
+               <version>2.1.73</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.dep.cms.sdk</artifactId>
        <name>CMS SDK</name>
        <dependencies>
+               <!-- Parent dependencies -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.dep.cms.platform</artifactId>
-                       <version>2.1.71</version>
+                       <version>2.1.73</version>
                </dependency>
 
                <!-- ALM Third Parties -->
                        <groupId>org.argeo.tp.sdk</groupId>
                        <artifactId>org.dbunit</artifactId>
                </dependency>
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.tp.aether</groupId> -->
-<!--                   <artifactId>org.eclipse.aether.api</artifactId> -->
-<!--           </dependency> -->
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.tp.aether</groupId> -->
-<!--                   <artifactId>org.eclipse.aether.spi</artifactId> -->
-<!--           </dependency> -->
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.tp.aether</groupId> -->
-<!--                   <artifactId>org.eclipse.aether.util</artifactId> -->
-<!--           </dependency> -->
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.tp.aether</groupId> -->
-<!--                   <artifactId>org.eclipse.aether.impl</artifactId> -->
-<!--           </dependency> -->
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.tp.aether</groupId> -->
-<!--                   <artifactId>org.eclipse.aether.connector.basic</artifactId> -->
-<!--           </dependency> -->
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.tp.aether</groupId> -->
-<!--                   <artifactId>org.eclipse.aether.transport.classpath</artifactId> -->
-<!--           </dependency> -->
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.tp.aether</groupId> -->
-<!--                   <artifactId>org.eclipse.aether.transport.file</artifactId> -->
-<!--           </dependency> -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.aether</groupId> -->
+               <!-- <artifactId>org.eclipse.aether.api</artifactId> -->
+               <!-- </dependency> -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.aether</groupId> -->
+               <!-- <artifactId>org.eclipse.aether.spi</artifactId> -->
+               <!-- </dependency> -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.aether</groupId> -->
+               <!-- <artifactId>org.eclipse.aether.util</artifactId> -->
+               <!-- </dependency> -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.aether</groupId> -->
+               <!-- <artifactId>org.eclipse.aether.impl</artifactId> -->
+               <!-- </dependency> -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.aether</groupId> -->
+               <!-- <artifactId>org.eclipse.aether.connector.basic</artifactId> -->
+               <!-- </dependency> -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.aether</groupId> -->
+               <!-- <artifactId>org.eclipse.aether.transport.classpath</artifactId> -->
+               <!-- </dependency> -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.aether</groupId> -->
+               <!-- <artifactId>org.eclipse.aether.transport.file</artifactId> -->
+               <!-- </dependency> -->
                <dependency>
                        <groupId>org.argeo.tp.sdk</groupId>
                        <artifactId>org.redline-rpm</artifactId>
                </dependency>
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.tp.sdk</groupId> -->
-<!--                   <artifactId>org.tmatesoft.svnkit</artifactId> -->
-<!--           </dependency> -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.sdk</groupId> -->
+               <!-- <artifactId>org.tmatesoft.svnkit</artifactId> -->
+               <!-- </dependency> -->
                <dependency>
                        <groupId>org.argeo.tp.misc</groupId>
                        <artifactId>com.googlecode.javaewah.JavaEWAH</artifactId>
                        <groupId>org.argeo.tp.misc</groupId>
                        <artifactId>org.eclipse.jgit</artifactId>
                </dependency>
-               
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.tp.misc</groupId> -->
-<!--                   <artifactId>org.postgresql.postgresql</artifactId> -->
-<!--           </dependency> -->
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.tp.misc</groupId> -->
-<!--                   <artifactId>org.h2</artifactId> -->
-<!--           </dependency> -->
+
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.misc</groupId> -->
+               <!-- <artifactId>org.postgresql.postgresql</artifactId> -->
+               <!-- </dependency> -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.misc</groupId> -->
+               <!-- <artifactId>org.h2</artifactId> -->
+               <!-- </dependency> -->
        </dependencies>
 
        <profiles>
                                                                        <outputDirectory>${project.build.directory}/lib-tp</outputDirectory>
                                                                        <excludeGroupIds>org.argeo.commons</excludeGroupIds>
                                                                        <excludeTransitive>true</excludeTransitive>
+                                                                       <excludeArtifactIds>org.argeo.dep.cms.platform</excludeArtifactIds>
                                                                        <includeTypes>jar</includeTypes>
                                                                        <includeScope>runtime</includeScope>
                                                                        <useRepositoryLayout>true</useRepositoryLayout>