Skip to content

Commit 28879f2

Browse files
Change the module name
1 parent ab87d0f commit 28879f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* @provides io.r2dbc.spi.ConnectionFactoryProvider
2525
* @since 0.1.1
2626
*/
27-
module oracle.r2dbc {
27+
module com.oracle.database.r2dbc {
2828

2929
provides io.r2dbc.spi.ConnectionFactoryProvider
3030
with oracle.r2dbc.impl.OracleConnectionFactoryProviderImpl;

0 commit comments

Comments
 (0)