upgrade to ASM 7

fixes WW-5005
This commit is contained in:
Yasser Zamani
2019-01-23 16:24:40 +03:30
parent c9f279ec2e
commit 3eb68be674
2 changed files with 3 additions and 3 deletions
@@ -475,7 +475,7 @@ public class DefaultClassFinder implements ClassFinder {
private ClassFinder classFinder;
public InfoBuildingVisitor(ClassFinder classFinder) {
super(Opcodes.ASM5);
super(Opcodes.ASM7);
this.classFinder = classFinder;
}
@@ -556,7 +556,7 @@ public class DefaultClassFinder implements ClassFinder {
private Info info;
public InfoBuildingMethodVisitor() {
super(Opcodes.ASM5);
super(Opcodes.ASM7);
}
public InfoBuildingMethodVisitor(Info info) {
+1 -1
View File
@@ -99,7 +99,7 @@
<spring.platformVersion>4.3.20.RELEASE</spring.platformVersion>
<ognl.version>3.1.21</ognl.version>
<asm.version>5.2</asm.version>
<asm.version>7.0</asm.version>
<tiles.version>3.0.8</tiles.version>
<tiles-request.version>1.0.7</tiles-request.version>
<log4j2.version>2.11.1</log4j2.version>