We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9a602 commit efac054Copy full SHA for efac054
diktat-rules/pom.xml
@@ -188,7 +188,6 @@
188
<plugin>
189
<groupId>org.apache.maven.plugins</groupId>
190
<artifactId>maven-shade-plugin</artifactId>
191
- <version>3.3.0</version>
192
<configuration>
193
<!-- Suppress the generation of `dependency-reduced-pom.xml`,
194
because it will also get installed under `~/.m2`,
pom.xml
@@ -278,6 +278,11 @@
278
<artifactId>maven-failsafe-plugin</artifactId>
279
<version>3.0.0-M7</version>
280
</plugin>
281
+ <plugin>
282
+ <groupId>org.apache.maven.plugins</groupId>
283
+ <artifactId>maven-shade-plugin</artifactId>
284
+ <version>3.3.0</version>
285
+ </plugin>
286
287
<groupId>org.codehaus.mojo</groupId>
288
<artifactId>versions-maven-plugin</artifactId>
0 commit comments