You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/01/27 07:05:45 UTC

[sling-org-apache-sling-sitemap] branch master updated: Use default configuration for bnd-baseline-m-p

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a8c4fec  Use default configuration for bnd-baseline-m-p
a8c4fec is described below

commit a8c4fecfc0ba527f27b65a22df72a2caf3e6894b
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Jan 27 08:05:38 2022 +0100

    Use default configuration for bnd-baseline-m-p
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index ca262cf..75903f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,13 +47,6 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>biz.aQute.bnd</groupId>
-                <artifactId>bnd-baseline-maven-plugin</artifactId>
-                <configuration>
-                    <failOnMissing>false</failOnMissing>
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>