Updated shade plugin version

This commit is contained in:
Oleg Zhurakousky
2020-07-20 15:08:46 +02:00
parent 14b74d0bcb
commit 39fd3868f4

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-M1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -99,6 +99,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<shadedArtifactAttached>true</shadedArtifactAttached>