]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - lib/pom.xml
[maven-release-plugin] prepare release argeo-slc-2.1.17
[gpl/argeo-slc.git] / lib / pom.xml
index 267251c5eac01634a9a802e956bd538ad622a7ce..37982a32318b1807cf3c6f9d83f06117015a93cb 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.11-SNAPSHOT</version>
+               <version>2.1.17</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>lib</artifactId>
                                                <SLC-ExecutionModule>default</SLC-ExecutionModule>
                                                <!-- Minimal imports + some optional convenience imports -->
                                                <Import-Package>
-                                                       org.springframework.cglib.proxy,
-                                                       org.springframework.cglib.core,
-                                                       org.springframework.cglib.reflect,
-                                                       org.aopalliance.aop,
-                                                       org.argeo.slc.core.execution,
-                                                       org.argeo.slc.core.execution.tasks,
+                                                       org.springframework.cglib.proxy;resolution:="optional",
+                                                       org.springframework.cglib.core;resolution:="optional",
+                                                       org.springframework.cglib.reflect;resolution:="optional",
+                                                       org.aopalliance.aop;resolution:="optional",
+                                                       org.argeo.slc.runtime,
+                                                       org.argeo.slc.core.execution;resolution:="optional",
+                                                       org.argeo.slc.core.execution.tasks;resolution:="optional",
                                                        org.argeo.slc.execution,
-                                                       org.argeo.slc.osgi,
+                                                       org.argeo.slc.osgi;resolution:="optional",
                                                        org.argeo.slc.test,
-                                                       org.springframework.aop,
-                                                       org.springframework.aop.framework,
-                                                       org.springframework.aop.scope,
-                                                       org.springframework.beans.factory.config,
-                                                       org.springframework.core.io,
+                                                       org.springframework.aop;resolution:="optional",
+                                                       org.springframework.aop.framework;resolution:="optional",
+                                                       org.springframework.aop.scope;resolution:="optional",
+                                                       org.springframework.beans.factory.config;resolution:="optional",
+                                                       org.springframework.core.io;resolution:="optional",
                                                        ${additionalImports.slc-lib},
                                                        *
                                                </Import-Package>
@@ -72,7 +73,7 @@
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.minimal</artifactId>
-                       <version>2.1.11-SNAPSHOT</version>
+                       <version>2.1.17</version>
                        <type>pom</type>
                </dependency>
        </dependencies>