fix #846 update dependencies for asm
This commit is contained in:
parent
8f7925dfc9
commit
ed4ed3e734
1 changed files with 16 additions and 0 deletions
16
pom.xml
16
pom.xml
|
@ -50,6 +50,7 @@
|
|||
<log4j.version>2.7</log4j.version>
|
||||
<jackson.version>2.8.6</jackson.version>
|
||||
<commons.fileupload.version>1.3.2</commons.fileupload.version>
|
||||
<asm.version>5.1</asm.version>
|
||||
|
||||
<!-- Testing -->
|
||||
<junit.version>4.12</junit.version>
|
||||
|
@ -1117,6 +1118,21 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
<version>${asm.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm-commons</artifactId>
|
||||
<version>${asm.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm-util</artifactId>
|
||||
<version>${asm.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- common library -->
|
||||
<dependency>
|
||||
|
|
Loading…
Add table
Reference in a new issue