Adapt to Argeo TP v2.1.20
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.rap.e4 / pom.xml
index 319cdef30a96277a08f6de638d685a828c108a74..17bd9592af7ff7aa44b374ce518e9a8a46de6cef 100644 (file)
                        <artifactId>javax.mail</artifactId>
                </dependency>
 
-               <!-- Required by Eclipse 4 -->
-               <dependency>
-                       <groupId>org.argeo.tp.apache.commons</groupId>
-                       <artifactId>org.apache.commons.jxpath</artifactId>
-               </dependency>
-
                <!-- Spring -->
                <dependency>
                        <groupId>org.argeo.tp.spring</groupId>
                <!-- <artifactId>org.eclipse.rap.ui.workbench</artifactId> -->
                <!-- </dependency> -->
 
+
+               <!-- Dependencies required / provided by Eclipse 4 -->
+               <dependency>
+                       <groupId>org.argeo.tp.rap.e4</groupId>
+                       <artifactId>org.apache.commons.jxpath</artifactId>
+               </dependency>
+
                <!-- Eclipse 4 -->
                <dependency>
                        <groupId>org.argeo.tp.rap.e4</groupId>
 
        </dependencies>
        <dependencyManagement>
-               <dependencies>
-                       <dependency>
-                               <groupId>org.argeo.tp</groupId>
-                               <artifactId>argeo-tp-rap-e4</artifactId>
-                               <version>${version.argeo-distribution}</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
-               </dependencies>
        </dependencyManagement>
 
        <profiles>