We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead01e4 commit 5b430e1Copy full SHA for 5b430e1
pom.xml
@@ -23,7 +23,6 @@
23
24
<springdata.commons>2.5.11-SNAPSHOT</springdata.commons>
25
<springdata.jdbc>2.2.11-SNAPSHOT</springdata.jdbc>
26
- <springdata.relational>${springdata.jdbc}</springdata.relational>
27
<java-module-name>spring.data.r2dbc</java-module-name>
28
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
29
@@ -102,7 +101,7 @@
102
101
<dependency>
103
<groupId>${project.groupId}</groupId>
104
<artifactId>spring-data-relational</artifactId>
105
- <version>${springdata.relational}</version>
+ <version>${springdata.jdbc}</version>
106
</dependency>
107
108
0 commit comments