Skip to content

Commit

Permalink
Manage Maven Dependency plugin (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez authored Oct 1, 2024
1 parent 6b76593 commit 4c2797b
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 @@ -40,6 +40,7 @@
<version.surefire.plugin>${version.surefire}</version.surefire.plugin>
<version.surefire-report.plugin>${version.surefire}</version.surefire-report.plugin>
<version.failsafe.plugin>${version.surefire}</version.failsafe.plugin>
<version.dependency.plugin>3.8.0</version.dependency.plugin>
<version.smallrye.code.rules.plugin>2</version.smallrye.code.rules.plugin>
<version.formatter.plugin>2.22.0</version.formatter.plugin>
<version.impsort.plugin>1.9.0</version.impsort.plugin>
Expand Down Expand Up @@ -247,6 +248,11 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>${version.deploy.plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>${version.dependency.plugin}</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down

0 comments on commit 4c2797b

Please sign in to comment.