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 2020/06/12 13:48:10 UTC

[commons-lang] branch master updated: Fix build on Java 15-ea.

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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 53aa7a2  Fix build on Java 15-ea.
53aa7a2 is described below

commit 53aa7a2e9a4d0e186139dc72ddc9709595c2183a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 12 09:48:06 2020 -0400

    Fix build on Java 15-ea.
---
 pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 871571c..82223df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -772,8 +772,18 @@
           <excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile>
         </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>5.1.0</version>
+          </dependency>
+        </dependencies>
+      </plugin>
     </plugins>
-
   </build>
 
   <reporting>