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 5df0bdb Fix build on Java 15-ea. 5df0bdb is described below commit 5df0bdb1a26a4c6b232e046c8d41640343d46d4a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 4 16:16:37 2020 -0400 Fix build on Java 15-ea. --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 2d14f27..0c43c5d 100644 --- a/pom.xml +++ b/pom.xml @@ -196,6 +196,17 @@ <pluginManagement> <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.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration>