Skip to content

Commit

Permalink
fuera comentarios del pom
Browse files Browse the repository at this point in the history
  • Loading branch information
grada84 committed Nov 5, 2024
1 parent 6103df3 commit 888c624
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,20 @@
<version>1.15</version>
</dependency>

<!-- JUnit 5 (Jupiter) dependency for testing -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.jupiter.version}</version>
<scope>test</scope>
</dependency>
<!-- Mockito dependency for mocking objects -->

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>

<!-- Mockito JUnit Jupiter extension for integrating with JUnit 5 -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
Expand All @@ -99,7 +97,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version> <!-- Use latest version if available -->
<version>1.7.36</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 888c624

Please sign in to comment.