Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed Feb 2, 2024
1 parent 1b180ec commit f27b256
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions spring-data-eclipse-store-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,10 @@

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<org.openrewrite.recipe.version>2.6.3</org.openrewrite.recipe.version>
<org.springframework.boot.version>3.2.2</org.springframework.boot.version>
<software.xdev.spring.data.eclipse.store.version>1.0.0</software.xdev.spring.data.eclipse.store.version>
<junit.version>5.10.0</junit.version>
<assertj.version>3.24.2</assertj.version>
<slf4j.version>2.0.5</slf4j.version>
</properties>

<repositories>
Expand Down Expand Up @@ -144,7 +142,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.11</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -224,6 +221,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit f27b256

Please sign in to comment.