Skip to content

Commit d85ce73

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

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
@@ -146,20 +146,6 @@
146146
<localCheckout>true</localCheckout>
147147
</configuration>
148148
</plugin>
149-
<plugin>
150-
<!-- Fixes org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19 -->
151-
<groupId>org.apache.maven.plugins</groupId>
152-
<artifactId>maven-project-info-reports-plugin</artifactId>
153-
<version>${commons.project-info.version}</version>
154-
<dependencies>
155-
<!-- Fix org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19 -->
156-
<dependency>
157-
<groupId>org.apache.bcel</groupId>
158-
<artifactId>bcel</artifactId>
159-
<version>6.10.0</version>
160-
</dependency>
161-
</dependencies>
162-
</plugin>
163149
<plugin>
164150
<groupId>org.apache.maven.plugins</groupId>
165151
<artifactId>maven-checkstyle-plugin</artifactId>

0 commit comments

Comments
 (0)