You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/05/19 19:40:56 UTC

[sling-org-apache-sling-commons-crypto] 01/03: remove obsolete baseline configuration

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-crypto.git

commit 753c13a400e507d816006af3e90f118333299536
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed May 19 21:27:42 2021 +0200

    remove obsolete baseline configuration
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index c6e17a7..27b0a10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,13 +62,6 @@
         </dependencies>
       </plugin>
       <plugin>
-        <groupId>biz.aQute.bnd</groupId>
-        <artifactId>bnd-baseline-maven-plugin</artifactId>
-        <configuration>
-          <failOnMissing>false</failOnMissing>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>depends-maven-plugin</artifactId>
       </plugin>