Skip to content

Commit

Permalink
build(junit-hamcrest): limit the scopes to test (#61)
Browse files Browse the repository at this point in the history
This commit limits the scope of the junit and hamcrest libraries so that the core library users don't run into version conflict issues for the testing suites.

Closes #60
  • Loading branch information
sufyankhanrao committed Sep 5, 2024
1 parent a3b2d26 commit 6cd7e5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand All @@ -81,6 +82,7 @@
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 6cd7e5d

Please sign in to comment.