Skip to content

Commit a0d33e8

Browse files
committed
Fix is now in parent POM for
org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
1 parent fea1ddb commit a0d33e8

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -122,20 +122,6 @@
122122
<defaultGoal>clean verify apache-rat:check japicmp:cmp javadoc:javadoc spotbugs:check pmd:check checkstyle:check</defaultGoal>
123123
<pluginManagement>
124124
<plugins>
125-
<plugin>
126-
<!-- Fixes org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19 -->
127-
<groupId>org.apache.maven.plugins</groupId>
128-
<artifactId>maven-project-info-reports-plugin</artifactId>
129-
<version>${commons.project-info.version}</version>
130-
<dependencies>
131-
<!-- Fix org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19 -->
132-
<dependency>
133-
<groupId>org.apache.bcel</groupId>
134-
<artifactId>bcel</artifactId>
135-
<version>6.10.0</version>
136-
</dependency>
137-
</dependencies>
138-
</plugin>
139125
<plugin>
140126
<groupId>org.apache.maven.plugins</groupId>
141127
<artifactId>maven-checkstyle-plugin</artifactId>

0 commit comments

Comments
 (0)