Skip to content

Commit

Permalink
#174 junit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 22, 2022
1 parent b1b8439 commit b734c42
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions pom.xml
Expand Up @@ -987,6 +987,21 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</file>
</activation>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
Expand Down Expand Up @@ -1494,12 +1509,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.7.0</version>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- Forward all SLF4J calls to LOG4J. -->
Expand Down

0 comments on commit b734c42

Please sign in to comment.