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

ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new d85ce735 Fix is now in parent POM for 
org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant 
pool: 19
d85ce735 is described below

commit d85ce735281b1ef8647c6fddd1fa43eae9d9a54d
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Jan 18 09:45:42 2025 -0500

    Fix is now in parent POM for
    org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in
    constant pool: 19
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6a4e0234..e4b79920 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,20 +146,6 @@
               <localCheckout>true</localCheckout>
             </configuration>
           </plugin>
-          <plugin>
-            <!--  Fixes org.apache.bcel.classfile.ClassFormatException: 
Invalid byte tag in constant pool: 19 -->
-            <groupId>org.apache.maven.plugins</groupId>
-            <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>
-                <version>6.10.0</version>
-              </dependency>
-            </dependencies>
-          </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-checkstyle-plugin</artifactId>

Reply via email to