Adapt to changes in Argeo Commons
[gpl/argeo-suite.git] / org.argeo.people.ui / pom.xml
index adab56cacfc6a8896a09fcdfe368c1efa412faba..72e870563e5a296678769ea2df9d77b00fcd63f2 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.3.2</version>
+               <version>2.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.people.ui</artifactId>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.ui</artifactId>
-                       <version>2.3.2</version>
+                       <version>2.3-SNAPSHOT</version>
+               </dependency>
+
+               <!-- Specific -->
+               <dependency>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.swt.specific.rap</artifactId>
+                       <version>${version.argeo-commons}</version>
+                       <scope>provided</scope>
                </dependency>
 
                <!-- Eclipse E4 -->
                        <type>pom</type>
                        <scope>provided</scope>
                </dependency>
-               <!-- Specific -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <scope>provided</scope>
-               </dependency>
 
        </dependencies>
 </project>