You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/23 16:08:14 UTC

[commons-pool] branch master updated: Pick up plugin and biz.aQute.bndlib version from parent POM

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ce17f695 Pick up plugin and biz.aQute.bndlib version from parent POM
ce17f695 is described below

commit ce17f6957a67d7c35900b4df4b515eef8ee09464
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 23 12:08:00 2023 -0400

    Pick up plugin and biz.aQute.bndlib version from parent POM
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b89b6fb..f078de30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,18 +208,6 @@
       <defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp javadoc:javadoc spotbugs:check pmd:check pmd:cpd-check</defaultGoal>
       <pluginManagement>
         <plugins>
-          <plugin>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>maven-bundle-plugin</artifactId>
-            <version>${commons.felix.version}</version>
-            <dependencies>
-              <dependency>
-                <groupId>biz.aQute.bnd</groupId>
-                <artifactId>biz.aQute.bndlib</artifactId>
-                <version>6.4.1</version>
-              </dependency>
-            </dependencies>
-          </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-release-plugin</artifactId>