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:18:55 UTC

[commons-beanutils] branch master updated: Pick up 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-beanutils.git


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

commit 382faeb87968449d0917ae374bff9b0771771157
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 23 12:18:40 2023 -0400

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

diff --git a/pom.xml b/pom.xml
index 79768176..18e7bbdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -354,17 +354,6 @@
   <build>
     <defaultGoal>clean apache-rat:check checkstyle:check verify javadoc:javadoc</defaultGoal>
     <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <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-surefire-plugin</artifactId>