You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/04/14 06:10:59 UTC

[shardingsphere] branch master updated: Add runtime scope for h2 in jdbc-core & bootstrap (#25160)

This is an automated email from the ASF dual-hosted git repository.

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new b285f7ad409 Add runtime scope for h2 in jdbc-core & bootstrap (#25160)
b285f7ad409 is described below

commit b285f7ad409c8d020bab7b6516667814ddd8433b
Author: ChenJiaHao <Pa...@163.com>
AuthorDate: Fri Apr 14 14:10:43 2023 +0800

    Add runtime scope for h2 in jdbc-core & bootstrap (#25160)
---
 jdbc/core/pom.xml       | 1 +
 proxy/bootstrap/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/jdbc/core/pom.xml b/jdbc/core/pom.xml
index 75c8b94aeb4..e6da0b78f05 100644
--- a/jdbc/core/pom.xml
+++ b/jdbc/core/pom.xml
@@ -214,6 +214,7 @@
         <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
+            <scope>runtime</scope>
         </dependency>
         
         <dependency>
diff --git a/proxy/bootstrap/pom.xml b/proxy/bootstrap/pom.xml
index c57123419ea..d42ba005dd0 100644
--- a/proxy/bootstrap/pom.xml
+++ b/proxy/bootstrap/pom.xml
@@ -135,6 +135,7 @@
         <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
+            <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>com.zaxxer</groupId>