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 ab87d0f commit 28879f2Copy full SHA for 28879f2
src/main/java/module-info.java
@@ -24,7 +24,7 @@
24
* @provides io.r2dbc.spi.ConnectionFactoryProvider
25
* @since 0.1.1
26
*/
27
-module oracle.r2dbc {
+module com.oracle.database.r2dbc {
28
29
provides io.r2dbc.spi.ConnectionFactoryProvider
30
with oracle.r2dbc.impl.OracleConnectionFactoryProviderImpl;
0 commit comments