Skip to content

Commit

Permalink
[MRRESOURCES-150] Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 19, 2024
1 parent 3c59569 commit 3dd3ee5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,17 +204,17 @@ under the License.
<version>3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
Expand Down

0 comments on commit 3dd3ee5

Please sign in to comment.