Remove or merge bundles
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.workbench / pom.xml
index 360054f331a671b1a4e1d0cfa62776f9ffa91a8a..bde063db04cdd3cddebd8c8ea398529bd4e225d1 100644 (file)
@@ -7,44 +7,23 @@
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.eclipse.ui.workbench</artifactId>
-       <name>Commons Eclipse UI Workbench</name>
+       <name>Commons Eclipse Workbench</name>
        <dependencies>
-               <!-- Generic Eclipse UI Dependencies -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui</artifactId>
+                       <artifactId>org.argeo.util</artifactId>
                        <version>2.1.14-SNAPSHOT</version>
-                       <exclusions>
-                               <!-- version of the org.osgi.framework package provided in this bundle 
-                                       is too old -->
-                               <!--  <exclusion>
-                                       <groupId>org.argeo.tp</groupId>
-                                       <artifactId>org.osgi.core</artifactId>
-                               </exclusion>  -->
-                       </exclusions>
                </dependency>
-
-               <!-- We build against RAP -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui.rap</artifactId>
+                       <artifactId>org.argeo.eclipse.ui</artifactId>
                        <version>2.1.14-SNAPSHOT</version>
-                       <scope>provided</scope>
                </dependency>
-
-               <!--  <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.dep.rap</artifactId>
-                       <type>pom</type>
-                       <version>2.1.12-SNAPSHOT</version>
-                       <scope>provided</scope>
-               </dependency> -->
-
-               <!-- Business dependencies -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.util</artifactId>
+                       <artifactId>org.argeo.eclipse.ui.rap</artifactId>
                        <version>2.1.14-SNAPSHOT</version>
+                       <scope>provided</scope>
                </dependency>
        </dependencies>
-</project>
+</project>
\ No newline at end of file