maven-shade-plugin version changed to 2.4.3
because INVOKESPECIAL/STATIC on interfaces require ASM 5
This commit is contained in:
parent
d2f6a07649
commit
7fd5052c20
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -34,7 +34,7 @@
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
<version>2.4.3</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
|
|
Loading…
Reference in a new issue