]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/pom.xml
Adapt to new build number approach
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / pom.xml
index 1757c5d4aeec4f48d9180a66a7fd0ba2b365d778..2bf2f5c41a5d7334717fbdd74a43e349b132aa0a 100644 (file)
@@ -4,42 +4,69 @@
        <parent>
                <groupId>org.argeo.slc.eclipse</groupId>
                <artifactId>plugins</artifactId>
-               <version>0.13.0-SNAPSHOT</version>
+               <version>0.13.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.ui</artifactId>
        <name>SLC Client UI</name>
        <packaging>jar</packaging>
+
+
        <dependencies>
+               <!-- SLC Client UI -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.slc.eclipse</groupId> -->
+               <!-- <artifactId>org.argeo.slc.client.oxm</artifactId> -->
+               <!-- <version>${version.slc}</version> -->
+               <!-- </dependency> -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.slc.eclipse</groupId> -->
+               <!-- <artifactId>org.argeo.slc.client.core</artifactId> -->
+               <!-- <version>${version.slc}</version> -->
+               <!-- </dependency> -->
+
                <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>${project.version}</version>
+                       <version>${version.slc}</version>
                </dependency>
-               <!-- Commons -->
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.jcr</artifactId>
+                       <version>${version.slc}</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.server</artifactId>
+                       <version>${version.slc}</version>
+               </dependency>
+
+               <!-- Argeo Eclipse -->
                <dependency>
                        <groupId>org.argeo.commons.eclipse</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
                        <version>${version.argeo-commons}</version>
                </dependency>
-               <!-- Spring -->
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>org.springframework.context</artifactId>
-               </dependency>
-               <!-- Eclipse -->
                <dependency>
-                       <groupId>org.eclipse.ui</groupId>
-                       <artifactId>org.eclipse.ui</artifactId>
+                       <groupId>org.argeo.commons.eclipse</groupId>
+                       <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
+                       <version>${version.argeo-commons}</version>
                </dependency>
+
+               <!-- Eclipse and RCP only dependency, needed at compile time -->
                <dependency>
-                       <groupId>org.eclipse.core</groupId>
-                       <artifactId>org.eclipse.core.runtime</artifactId>
+                       <groupId>org.argeo.commons.eclipse</groupId>
+                       <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
+                       <version>${version.argeo-commons}</version>
+                       <scope>provided</scope>
                </dependency>
                <dependency>
-                       <groupId>org.eclipse.swt</groupId>
-                       <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
+                       <groupId>org.argeo.commons.eclipse</groupId>
+                       <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
+                       <version>${version.argeo-commons}</version>
+                       <scope>provided</scope>
                </dependency>
        </dependencies>
 </project>