File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
spring-data-eclipse-store-migration Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 47
47
48
48
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
49
49
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
50
+
50
51
<org .openrewrite.recipe.version>2.6.3</org .openrewrite.recipe.version>
51
52
<org .springframework.boot.version>3.2.2</org .springframework.boot.version>
52
53
<software .xdev.spring.data.eclipse.store.version>1.0.0</software .xdev.spring.data.eclipse.store.version>
53
- <junit .version>5.10.0</junit .version>
54
- <assertj .version>3.24.2</assertj .version>
55
- <slf4j .version>2.0.5</slf4j .version>
56
54
</properties >
57
55
58
56
<repositories >
144
142
<dependency >
145
143
<groupId >org.slf4j</groupId >
146
144
<artifactId >slf4j-simple</artifactId >
147
- <version >2.0.11</version >
148
145
<scope >test</scope >
149
146
</dependency >
150
147
224
221
</execution >
225
222
</executions >
226
223
</plugin >
224
+ <plugin >
225
+ <groupId >org.apache.maven.plugins</groupId >
226
+ <artifactId >maven-surefire-plugin</artifactId >
227
+ <version >3.2.5</version >
228
+ </plugin >
227
229
</plugins >
228
230
</build >
229
231
<profiles >
You can’t perform that action at this time.
0 commit comments