You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/01/20 10:06:41 UTC

[tomcat-taglibs-parent] 02/02: Need newer version of BND to avoid ConcurrentModificationException on Java 15+

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-taglibs-parent.git

commit 49e45f67efd71fc8e1659d006080b454c1bac0b6
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jan 20 10:06:29 2023 +0000

    Need newer version of BND to avoid ConcurrentModificationException on Java 15+
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 62975d1..704d937 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,6 +142,13 @@
             <Bundle-DocURL>${project.url}</Bundle-DocURL>
           </instructions>
         </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>biz.aQute.bnd</groupId>
+            <artifactId>biz.aQute.bndlib</artifactId>
+            <version>6.4.0</version>
+          </dependency>
+        </dependencies>
       </plugin>
     </plugins>
   </build>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org