mirror of https://github.com/apache/nifi.git
NIFI-11878 Upgraded maven-shade-plugin from 3.4.1 to 3.5.0
This closes #7543 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
91d86513d1
commit
c344705bc2
|
@ -45,7 +45,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>3.4.1</version>
|
||||
<version>3.5.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
|
|
Loading…
Reference in New Issue