]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/pom.xml
Add SLC specific headers in MANIFESTs
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / pom.xml
index 523bc475f376da5a60387c1143747d913a0895c3..a08cdfc7177a23cd269f87630638e48026d13e7a 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>plugins</artifactId>
-               <version>1.1.3-SNAPSHOT</version>
+               <version>1.1.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.ui.dist</artifactId>
                                                        org.eclipse.ui;resolution:=optional,
                                                        org.eclipse.rap.ui;resolution:=optional,
                                                        org.eclipse.core.runtime;resolution:=optional,
-                                                       org.eclipse.rap.ui.workbench;resolution:=optional,
-                                                       aQute.lib.*;resolution:=optional,
+                                                       org.eclipse.rap.ui.workbench;resolution:=optional
                                                </Require-Bundle>
                                                <Import-Package>
                                                        org.argeo.eclipse.spring,
+                                                       javax.jcr.nodetype,
                                                        javax.jcr.security,
+                                                       aQute.lib.*;resolution:=optional,
                                                        *
                                                </Import-Package>
                                        </instructions>
                </plugins>
        </build>
        <dependencies>
+               <dependency>
+                       <groupId>org.argeo.commons.base</groupId>
+                       <artifactId>org.argeo.util</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
+
                <!-- Commons UI -->
                <dependency>
                        <groupId>org.argeo.commons.base</groupId>
 
 
                <!-- SLC repo -->
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.specs</artifactId>
+                       <version>1.1.4-SNAPSHOT</version>
+               </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>1.1.3-SNAPSHOT</version>
+                       <version>1.1.4-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.server.repo</artifactId>
-                       <version>1.1.3-SNAPSHOT</version>
+                       <version>1.1.4-SNAPSHOT</version>
                </dependency>
 
                <dependency>