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 2021/12/15 15:50:13 UTC

[commons-pool] branch master updated: Add comment.

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 3fe7810  Add comment.
3fe7810 is described below

commit 3fe78106ca5cfac474313c1afce5c56d2cd1d3c4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 15 10:50:10 2021 -0500

    Add comment.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 41fce4b..352e4c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,6 +243,7 @@
             <artifactId>maven-project-info-reports-plugin</artifactId>
             <version>${commons.project-info.version}</version>
             <dependencies>
+              <!-- Fix org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19 -->
               <dependency>
                 <groupId>org.apache.bcel</groupId>
                 <artifactId>bcel</artifactId>