maven-shade-plugin version changed to 2.4.3

because INVOKESPECIAL/STATIC on interfaces require ASM 5
This commit is contained in:
Frank Dietrich 2016-05-22 17:48:52 +02:00
parent d2f6a07649
commit 7fd5052c20

View file

@ -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>