File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 >
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>
259260 <dependency >
260261 <groupId >org.hamcrest</groupId >
261262 <artifactId >hamcrest-all</artifactId >
263+ <version >${hamcrest.version} </version >
262264 </dependency >
263265
264266 <!-- Testcontainers -->
399401 <message >The reactor is not valid</message >
400402 <ignoreModuleDependencies >true</ignoreModuleDependencies >
401403 </reactorModuleConvergence >
402- <dependencyConvergence />
404+ <dependencyConvergence />
403405 </rules >
404406 </configuration >
405407 </execution >
You can’t perform that action at this time.
0 commit comments