This is an automated email from the ASF dual-hosted git repository. zhangliang 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 2a3147c8c43 Add H2 database dependency for runtime in distribution (#35422) 2a3147c8c43 is described below commit 2a3147c8c43232a21ae732de2cb79d2e249f41d3 Author: Liang Zhang <zhangli...@apache.org> AuthorDate: Thu May 15 16:28:12 2025 +0800 Add H2 database dependency for runtime in distribution (#35422) --- distribution/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/distribution/pom.xml b/distribution/pom.xml index 618289cc6e5..a0b56a8ad4b 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -197,6 +197,11 @@ <artifactId>opengauss-jdbc</artifactId> <scope>runtime</scope> </dependency> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>runtime</scope> + </dependency> </dependencies> </profile> @@ -434,6 +439,11 @@ <version>${project.version}</version> <scope>runtime</scope> </dependency> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>runtime</scope> + </dependency> </dependencies> </profile> <profile>