Fix wrong release config.
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d6b784f4dbcb7664c1166607535bb8419044b78f..87d40790a601d47ab336911975dddba4b975cd7a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
        <!-- <url>http://repo.argeo.org/data/docs/argeo-2.1/site/argeo-commons/</url> -->
        <properties>
                <version.argeo-commons>2.1.81-SNAPSHOT</version.argeo-commons>
-               <version.argeo-tp>2.1.25-SNAPSHOT</version.argeo-tp>
+               <version.argeo-tp>2.1.25</version.argeo-tp>
                <!-- RPM -->
                <argeo.rpm.release>7</argeo.rpm.release>
                <argeo.rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-2/el7</argeo.rpm.stagingRepository>
@@ -372,9 +372,14 @@ limitations under the License.
                                        <groupId>org.argeo.tp.apache</groupId>
                                        <artifactId>org.apache.xerces</artifactId>
                                </exclusion>
+                               <!-- Avoid slf4j implementations lurking in the classpath. -->
                                <exclusion>
                                        <groupId>org.argeo.tp.sdk</groupId>
-                                       <artifactId>biz.aQute.bnd</artifactId>
+                                       <artifactId>biz.aQute.bndlib</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.misc</groupId>
+                                       <artifactId>slf4j.osgi</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>