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-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new f02d517 Pick up biz.aQute.bndlib version from parent POM f02d517 is described below commit f02d51774192667df6e2f3cf837e0d1e9846652e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 23 12:06:36 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 cb44ce6..213ce4b 100644 --- a/pom.xml +++ b/pom.xml @@ -297,17 +297,6 @@ <goals>clean site deploy</goals> </configuration> </plugin> - <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> </plugins> <pluginManagement> <plugins>