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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new a298161 Fix Maven bundle plugin for Java 15-ea. a298161 is described below commit a2981610e17dd1ac4112d44f1042923caf609e6f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jun 2 14:12:27 2020 -0400 Fix Maven bundle plugin for Java 15-ea. --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index bd7d438..c268440 100644 --- a/pom.xml +++ b/pom.xml @@ -216,6 +216,17 @@ <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check 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>5.1.0</version> + </dependency> + </dependencies> + </plugin> + <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <version>${commons.rat.version}</version>