]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/pom.xml
Migrate SLC modules
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / pom.xml
index 764f69c02b5e3adad511435d4c8a6f5f5fe3f2f2..2225b17be260b86ab1e43490eef791e3819e28e7 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>plugins</artifactId>
-               <version>1.1.8-SNAPSHOT</version>
+               <version>2.1.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.ui.dist</artifactId>
@@ -29,6 +29,7 @@
                                                        javax.jcr.nodetype,
                                                        javax.jcr.security,
                                                        aQute.lib.*;resolution:=optional,
+                                                       org.argeo.slc.client.ui.specific,
                                                        *
                                                </Import-Package>
                                        </instructions>
                </plugins>
        </build>
        <dependencies>
+       
+               <!-- Single sourcing - we build against RCP  -->
                <dependency>
-                       <groupId>org.argeo.commons.base</groupId>
-                       <artifactId>org.argeo.util</artifactId>
-                       <version>${version.argeo-commons}</version>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.client.rcp</artifactId>
+                       <version>2.1.1-SNAPSHOT</version>
+                       <scope>provided</scope>
                </dependency>
-
+               
                <!-- Commons UI -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
                        <scope>provided</scope>
                </dependency>
 
-
                <!-- SLC repo -->
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.specs</artifactId>
-                       <version>1.1.8-SNAPSHOT</version>
+                       <version>2.1.1-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>1.1.8-SNAPSHOT</version>
+                       <version>2.1.1-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.server.repo</artifactId>
-                       <version>1.1.8-SNAPSHOT</version>
+                       <version>2.1.1-SNAPSHOT</version>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>biz.aQute.bndlib</artifactId>
                </dependency>
+               
+               <!--  Argeo Base dependencies -->
+               <dependency>
+                       <groupId>org.argeo.commons.base</groupId>
+                       <artifactId>org.argeo.util</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
+               
        </dependencies>
 </project>
\ No newline at end of file