Skip to content

Commit c1c6ebf

Browse files
committed
Use R2DBC BOM for oracle-r2dbc version management.
Also, fix R2DBC version numbers in documentation references. See #710
1 parent cd0e807 commit c1c6ebf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
https://docs.spring.io/spring-data/commons/docs/current/api/
352352
</link>
353353
<link>https://docs.oracle.com/javase/8/docs/api/</link>
354-
<link>https://r2dbc.io/spec/0.8.0.RELEASE/api/</link>
354+
<link>https://r2dbc.io/spec/0.9.0.RELEASE/api/</link>
355355
</links>
356356
</configuration>
357357
</plugin>
@@ -461,7 +461,6 @@
461461
<dependency>
462462
<groupId>com.oracle.database.r2dbc</groupId>
463463
<artifactId>oracle-r2dbc</artifactId>
464-
<version>0.1.0</version>
465464
<scope>test</scope>
466465
</dependency>
467466
</dependencies>

0 commit comments

Comments
 (0)