We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5918dbf + 4e0d9eb commit a879b72Copy full SHA for a879b72
CompareFrameworks/dropwizard-hello-world/pom.xml
@@ -60,7 +60,7 @@
60
<plugins>
61
<plugin>
62
<artifactId>maven-shade-plugin</artifactId>
63
- <version>3.5.1</version>
+ <version>3.5.2</version>
64
<configuration>
65
<createDependencyReducedPom>true</createDependencyReducedPom>
66
<transformers>
employee-service/employee-web/pom.xml
@@ -27,7 +27,7 @@
27
28
<groupId>org.apache.maven.plugins</groupId>
29
30
31
<executions>
32
<execution>
33
<phase>package</phase>
0 commit comments