Skip to content

Commit cf35b88

Browse files
committed
Fixed hamcrest version
1 parent 172b452 commit cf35b88

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35

46
<groupId>io.scalecube</groupId>
@@ -76,7 +78,6 @@
7678
<junit.version>5.14.1</junit.version>
7779
<mockito.version>5.20.0</mockito.version>
7880
<mockito-inline.version>5.2.0</mockito-inline.version>
79-
<mockito-inline.version>5.2.0</mockito-inline.version>
8081
<hamcrest.version>1.3</hamcrest.version>
8182
<assertj.version>3.27.6</assertj.version>
8283
<testcontainers.version>1.21.3</testcontainers.version>
@@ -259,6 +260,7 @@
259260
<dependency>
260261
<groupId>org.hamcrest</groupId>
261262
<artifactId>hamcrest-all</artifactId>
263+
<version>${hamcrest.version}</version>
262264
</dependency>
263265

264266
<!-- Testcontainers -->
@@ -399,7 +401,7 @@
399401
<message>The reactor is not valid</message>
400402
<ignoreModuleDependencies>true</ignoreModuleDependencies>
401403
</reactorModuleConvergence>
402-
<dependencyConvergence />
404+
<dependencyConvergence/>
403405
</rules>
404406
</configuration>
405407
</execution>

0 commit comments

Comments
 (0)