Skip to content

Commit

Permalink
PHOENIX-7447 Update maven-shade-plugin to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Oct 22, 2024
1 parent a77dd19 commit a0eb2ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
<maven-owasp-plugin.version>10.0.2</maven-owasp-plugin.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<maven-sonar-plugin.version>3.10.0.2594</maven-sonar-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>

<!-- Plugin options -->
<it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
Expand Down Expand Up @@ -1401,6 +1402,11 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>${maven-shade-plugin.version}</version>
</plugin>
</plugins>
</reporting>
</project>

0 comments on commit a0eb2ae

Please sign in to comment.