This is an automated email from the ASF dual-hosted git repository.
zykkk pushed a commit to branch 1.1.x
in repository https://gitbox.apache.org/repos/asf/doris-shade.git
The following commit(s) were added to refs/heads/1.1.x by this push:
new 2f489ba [fix] Set HikariCP Scope to Provided (#42)
2f489ba is described below
commit 2f489ba048090be00922010161fa3a716d3c4fda
Author: zy-kkk <[email protected]>
AuthorDate: Thu Apr 25 20:39:02 2024 +0800
[fix] Set HikariCP Scope to Provided (#42)
---
hive-catalog-shade/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml
index 68c0ce0..4a32632 100644
--- a/hive-catalog-shade/pom.xml
+++ b/hive-catalog-shade/pom.xml
@@ -202,6 +202,12 @@ under the License.
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.zaxxer</groupId>
+ <artifactId>HikariCP</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
</dependencies>
</dependencyManagement>
<dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]