]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/org.argeo.slc.dep.sdk.rcp/pom.xml
Node with repo deployable as RPM
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.sdk.rcp / pom.xml
index ce7844e0162838609ba9de17f974e0b8f3bdc12b..fe5cb072345dc98c7e485650683ab944feddcc71 100644 (file)
                </plugins>
        </build>
        <dependencies>
+               <!-- Perspectives -->
                <dependency>
                        <groupId>org.argeo.slc.eclipse</groupId>
                        <artifactId>org.argeo.slc.client.ui</artifactId>
-                       <version>${version.slc}</version>
+                       <version>0.13.1-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc.eclipse</groupId>
                        <artifactId>org.argeo.slc.client.ui.dist</artifactId>
-                       <version>${version.slc}</version>
+                       <version>0.13.1-SNAPSHOT</version>
                </dependency>
                <!-- Secure Application -->
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
-                       <artifactId>org.argeo.security.ui.application</artifactId>
+                       <artifactId>org.argeo.security.dep.node.rcp</artifactId>
                        <version>${version.argeo-commons}</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.argeo.commons.security</groupId>
+                                       <artifactId>org.argeo.security.ui.admin</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
-               
                <dependency>
                        <groupId>org.argeo.slc.eclipse</groupId>
                        <artifactId>org.argeo.slc.client.rcp</artifactId>
-                       <version>${version.slc}</version>
+                       <version>0.13.1-SNAPSHOT</version>
                </dependency>
-
                <!-- Back-end Dependencies -->
                <dependency>
                        <groupId>org.argeo.slc.dep</groupId>
                        <artifactId>org.argeo.slc.dep.backend</artifactId>
-                       <version>${version.slc}</version>
+                       <version>0.13.1-SNAPSHOT</version>
+               </dependency>
+
+               <!-- For target platform generation -->
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
+                       <version>0.13.1-SNAPSHOT</version>
+                       <scope>test</scope>
                </dependency>
        </dependencies>
-       <profiles>
-               <profile>
-                       <id>sdkWithModules</id>
-                       <activation>
-                               <activeByDefault>true</activeByDefault>
-                       </activation>
-                       <dependencies>
-                               <dependency>
-                                       <groupId>org.argeo.slc.eclipse</groupId>
-                                       <artifactId>org.argeo.slc.eclipse.modules.bundles</artifactId>
-                                       <version>${version.slc}</version>
-                                       <type>pom</type>
-                               </dependency>
-                       </dependencies>
-               </profile>
-               <profile>
-                       <id>sdkWithoutModules</id>
-               </profile>
-               <profile>
-                       <id>release</id>
-                       <properties>
-                               <argeo.p2.repository>/srv/projects/slc/www/sdk</argeo.p2.repository>
-                       </properties>
-                       <dependencies>
-                               <dependency>
-                                       <groupId>org.argeo.slc.eclipse</groupId>
-                                       <artifactId>org.argeo.slc.eclipse.modules.bundles</artifactId>
-                                       <version>${version.slc}</version>
-                                       <type>pom</type>
-                               </dependency>
-                       </dependencies>
-               </profile>
-       </profiles>
 </project>
\ No newline at end of file