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 66805ce1 Fix is now in parent POM for org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19 66805ce1 is described below commit 66805ce1dd538426cae38d5cc3f72e79218d0b7c Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 18 09:46:10 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 8b92f7a4..e065c30e 100644 --- a/pom.xml +++ b/pom.xml @@ -137,20 +137,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>