Skip to content

Commit

Permalink
4.x: Add uses io.helidon.dbclient.jdbc.spi.JdbcConnectionPoolProvider…
Browse files Browse the repository at this point in the history
… to io.helidon.dbclient.jdbc module (helidon-io#8237)
  • Loading branch information
Captain1653 committed Jun 6, 2024
1 parent abba8b5 commit 70ab2ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbclient/jdbc/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, 2023 Oracle and/or its affiliates.
* Copyright (c) 2019, 2024 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -41,6 +41,7 @@
exports io.helidon.dbclient.jdbc.spi;

uses io.helidon.dbclient.jdbc.JdbcClientProvider;
uses io.helidon.dbclient.jdbc.spi.JdbcConnectionPoolProvider;

provides io.helidon.dbclient.spi.DbClientProvider
with io.helidon.dbclient.jdbc.JdbcClientProvider;
Expand Down

0 comments on commit 70ab2ab

Please sign in to comment.