|
|
@ -40,12 +40,12 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.ow2.asm</groupId> |
|
|
|
<groupId>org.ow2.asm</groupId> |
|
|
|
<artifactId>asm</artifactId> |
|
|
|
<artifactId>asm</artifactId> |
|
|
|
<version>7.2</version> |
|
|
|
<version>7.3.1</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<version>4.12</version> |
|
|
|
<version>4.13</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|