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


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

commit a0d33e8a98995f73e767f0a0214f92f54e720f9c
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Jan 18 09:46:28 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 3c9b554d3..3b7cef87b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,20 +122,6 @@
     <defaultGoal>clean verify apache-rat:check japicmp:cmp javadoc:javadoc 
spotbugs:check pmd:check checkstyle:check</defaultGoal>
     <pluginManagement>
       <plugins>
-        <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