]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - dep/org.argeo.dep.cms/pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms / pom.xml
index acc158334a4cc22eeb49fe1a5a48cb76e6141100..f69418c5aacc54ea4f0e7e103a307d3a4a22e7f2 100644 (file)
                </plugins>
        </build>
        <dependencies>
-               <!-- Core CMS code -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
                        <version>2.1.13-SNAPSHOT</version>
                </dependency>
-
-               <!-- Commons -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
                        <version>2.1.13-SNAPSHOT</version>
                </dependency>
 
-               <!-- Node (without RAP) -->
+               <!-- Minimal web target platform -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.dep.node</artifactId>
+                       <type>pom</type>
                        <version>2.1.13-SNAPSHOT</version>
                        <exclusions>
+                               <!-- Workbench -->
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.rap.ui.workbench</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.rap.ui</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.rap.ui.cheatsheets</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.rap.ui.forms</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.rap.ui.views</artifactId>
+                               </exclusion>
                                <exclusion>
-                                       <groupId>org.argeo.tp</groupId>
-                                       <artifactId>org.eclipse.osgi</artifactId>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.help</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>
-
-               <!-- Minimal web target platform -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.dep.rwt</artifactId>
-                       <version>2.1.13-SNAPSHOT</version>
-                       <type>pom</type>
-               </dependency>
        </dependencies>
 </project>
\ No newline at end of file