Skip to content

Commit f27b256

Browse files
committed
Fix dependencies
1 parent 1b180ec commit f27b256

File tree

1 file changed

+6
-4
lines changed
  • spring-data-eclipse-store-migration

1 file changed

+6
-4
lines changed

spring-data-eclipse-store-migration/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,10 @@
4747

4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4949
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
50+
5051
<org.openrewrite.recipe.version>2.6.3</org.openrewrite.recipe.version>
5152
<org.springframework.boot.version>3.2.2</org.springframework.boot.version>
5253
<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>
5654
</properties>
5755

5856
<repositories>
@@ -144,7 +142,6 @@
144142
<dependency>
145143
<groupId>org.slf4j</groupId>
146144
<artifactId>slf4j-simple</artifactId>
147-
<version>2.0.11</version>
148145
<scope>test</scope>
149146
</dependency>
150147

@@ -224,6 +221,11 @@
224221
</execution>
225222
</executions>
226223
</plugin>
224+
<plugin>
225+
<groupId>org.apache.maven.plugins</groupId>
226+
<artifactId>maven-surefire-plugin</artifactId>
227+
<version>3.2.5</version>
228+
</plugin>
227229
</plugins>
228230
</build>
229231
<profiles>

0 commit comments

Comments
 (0)