Remove unused modules
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms / pom.xml
index e3af6f6fa70f9d82f45df4f562f3e32e455d13b8..cce86c204e482f45a640b4f30d744eb6ba7b2e18 100644 (file)
                </plugins>
        </build>
        <dependencies>
-               <!-- Core CMS code -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.cms</artifactId>
                        <version>2.1.12-SNAPSHOT</version>
                </dependency>
-
-               <!-- Commons -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.util</artifactId>
                        <version>2.1.12-SNAPSHOT</version>
                </dependency>
 
-               <!-- Node (without RAP) -->
-               <!-- <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.security.dep.node</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
-               </dependency> -->
-
                <!-- Minimal web target platform -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.dep.rwt</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
+                       <artifactId>org.argeo.security.dep.node</artifactId>
                        <type>pom</type>
+                       <version>2.1.12-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.rap.platform</groupId>
+                                       <artifactId>org.eclipse.help</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file