Browse Source

BCEL 6.2 also needs to be used inside the POM.

master
Stefan Bodewig 7 years ago
parent
commit
1166420e38
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/poms/ant-apache-bcel/pom.xml

+ 1
- 1
src/etc/poms/ant-apache-bcel/pom.xml View File

@@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
<version>6.0</version>
<version>6.2</version>
<scope>compile</scope>
</dependency>
</dependencies>


Loading…
Cancel
Save