File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments