]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/pom.xml
[maven-release-plugin] prepare release argeo-slc-1.1.12
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / pom.xml
index d86045f6140bde5f9ff7e57e0708327ddda922f3..6ab5fcaf72e1270ff59b1069516b0b1475c5c51b 100644 (file)
@@ -4,10 +4,9 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.1.3-SNAPSHOT</version>
+               <version>1.1.12</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.core</artifactId>
        <name>SLC Core</name>
        <description>Basic implementations of SLC Specifications</description>
@@ -39,9 +38,9 @@
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.specs</artifactId>
-                       <version>1.1.3-SNAPSHOT</version>
+                       <version>1.1.12</version>
                </dependency>
 
                <dependency>
                        <artifactId>org.argeo.util</artifactId>
                        <version>${version.argeo-commons}</version>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons.security</groupId>
+                       <artifactId>org.argeo.security.core</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
 
                <dependency>
                        <groupId>org.argeo.tp</groupId>
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>org.apache.commons.exec</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.apache.commons.cli</artifactId>
+               </dependency>
 
                <dependency>
                        <groupId>org.argeo.tp</groupId>