Add RCP support
[gpl/argeo-suite.git] / dep / pom.xml
index 71b75933a5ab224573d3ec0ddc88282e27456193..35b76e7e04217e41828d0a32a639e7cd9d4279ae 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>0.1.12-SNAPSHOT</version>
+               <version>0.1.13-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
@@ -12,6 +12,8 @@
        <packaging>pom</packaging>
        <modules>
                <module>org.argeo.suite.platform</module>
+               <module>org.argeo.suite.dep.e4.rap</module>
+               <module>org.argeo.suite.dep.e4.rcp</module>
        </modules>
        <build>
                <plugins>
@@ -49,7 +51,7 @@
                <dependency>
                        <groupId>org.argeo.tp.sdk</groupId>
                        <artifactId>org.junit</artifactId>
-                       <scope>provided</scope>
+                       <scope>test</scope>
                </dependency>
        </dependencies>
        <profiles>