Skip to content

Commit

Permalink
🔧 chore(Project): Test configuration to execute sonar validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian45 committed Feb 19, 2025
1 parent ecfe3ba commit 207df0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sonartest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
java-version: 8
distribution: "temurin"

- name: Force Maven to update dependencies
run: mvn -B clean install -U

- name: Cache SonarCloud packages
uses: actions/cache@v2
with:
Expand Down
6 changes: 6 additions & 0 deletions marlo-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,12 @@
<!-- <groupId>com.weddini.throttling</groupId> -->
<!-- <artifactId>spring-boot-throttling-starter</artifactId> -->
<!-- </dependency> -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.1.0</version> <!-- Puedes usar la última versión disponible -->
</dependency>

<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
Expand Down

0 comments on commit 207df0c

Please # to comment.