Browse Source

fix bcel version in pom

master
Jaikiran Pai 3 years ago
parent
commit
2a2f443315
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.4.1</version>
<version>6.5.0</version>
<scope>compile</scope>
</dependency>
</dependencies>


Loading…
Cancel
Save