Skip to content

Commit

Permalink
Use Spring Data JDBC version property for Spring Data Relational depe…
Browse files Browse the repository at this point in the history
…ndencies.

Closes #754
  • Loading branch information
mp911de committed Apr 19, 2022
1 parent ead01e4 commit 5b430e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

<springdata.commons>2.5.11-SNAPSHOT</springdata.commons>
<springdata.jdbc>2.2.11-SNAPSHOT</springdata.jdbc>
<springdata.relational>${springdata.jdbc}</springdata.relational>
<java-module-name>spring.data.r2dbc</java-module-name>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>

Expand Down Expand Up @@ -102,7 +101,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-data-relational</artifactId>
<version>${springdata.relational}</version>
<version>${springdata.jdbc}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 5b430e1

Please sign in to comment.