Adapt to changes in Argeo Commons
[gpl/argeo-suite.git] / org.argeo.entity.ui / pom.xml
index c0b53d8d676a219d6a9ee900df4310c3df243b1b..563c8c515e99cf7c09b73ce8713e8ea6d404febb 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.1.16</version>
+               <version>2.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.entity.ui</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.entity.core</artifactId>
-                       <version>2.1.16</version>
+                       <version>2.3-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo Commons -->
                        <version>${version.argeo-commons}</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 -->
                <dependency>
                        <groupId>org.argeo.tp</groupId>