Skip to content

Commit

Permalink
updated pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusBernalBermudez committed Mar 4, 2025
1 parent 8e30313 commit 02d9a2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version>
<!-- coverage report -->
<jacoco.version>0.8.12</jacoco.version>
<!-- Plugin de Sonar oficial -->
<sonar-maven-plugin-version>4.0.0.4121</sonar-maven-plugin-version>
<!-- OpenAPI -->
<springdoc-openapi-starter-webmvc-ui.version>2.8.4</springdoc-openapi-starter-webmvc-ui.version>
</properties>
Expand Down Expand Up @@ -110,12 +112,12 @@
</executions>
</plugin>
<!-- coverage report -->
<!-- Plugin de Sonar en su ubicación oficial -->
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>4.0.0.4121</version>
<version>${sonar-maven-plugin-version}</version>
</plugin>
<!-- coverage report -->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down

0 comments on commit 02d9a2b

Please sign in to comment.