You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/01/06 18:35:14 UTC

[commons-vfs] branch release updated: Fixes org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19.

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

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


The following commit(s) were added to refs/heads/release by this push:
     new f5cd1fc  Fixes org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19.
f5cd1fc is described below

commit f5cd1fca1f165c6ee02617b38fce598d4c1d6347
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 6 13:35:11 2020 -0500

    Fixes org.apache.bcel.classfile.ClassFormatException: Invalid byte tag
    in constant pool: 19.
---
 pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2220117..d47f9fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,6 +199,23 @@
   </properties>
 
   <build>
+    <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>
+            <dependency>
+              <groupId>org.apache.bcel</groupId>
+              <artifactId>bcel</artifactId>
+              <version>6.4.1</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <resources>
       <resource>
         <directory>${basedir}/osgi</directory>