]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/pom.xml
[maven-release-plugin] prepare release argeo-slc-1.1.5
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / pom.xml
index 79c7376335ed08be7827ac12aba14bc9e50ab51a..54a0e66e3f230da266b278c6a4281d9796b2eaa8 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>plugins</artifactId>
-               <version>1.1.3</version>
+               <version>1.1.5</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.ui.dist</artifactId>
@@ -26,6 +26,7 @@
                                                </Require-Bundle>
                                                <Import-Package>
                                                        org.argeo.eclipse.spring,
+                                                       javax.jcr.nodetype,
                                                        javax.jcr.security,
                                                        aQute.lib.*;resolution:=optional,
                                                        *
                </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.5</version>
+               </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>1.1.3</version>
+                       <version>1.1.5</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.server.repo</artifactId>
-                       <version>1.1.3</version>
+                       <version>1.1.5</version>
                </dependency>
 
                <dependency>