Skip to content

Commit 026610c

Browse files
authored
4.x: Add uses io.helidon.dbclient.jdbc.spi.JdbcConnectionPoolProvider to io.helidon.dbclient.jdbc module (helidon-io#8237) (helidon-io#8850)
1 parent 1f0195e commit 026610c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dbclient/jdbc/src/main/java/module-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2023 Oracle and/or its affiliates.
2+
* Copyright (c) 2019, 2024 Oracle and/or its affiliates.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -41,6 +41,7 @@
4141
exports io.helidon.dbclient.jdbc.spi;
4242

4343
uses io.helidon.dbclient.jdbc.JdbcClientProvider;
44+
uses io.helidon.dbclient.jdbc.spi.JdbcConnectionPoolProvider;
4445

4546
provides io.helidon.dbclient.spi.DbClientProvider
4647
with io.helidon.dbclient.jdbc.JdbcClientProvider;

0 commit comments

Comments
 (0)