This is an automated email from the ASF dual-hosted git repository.
wuweijie 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 5fd319e Fix example compile error (#12041)
5fd319e is described below
commit 5fd319e87b262a28c24280e979691c6e572f7a94
Author: Liang Zhang <[email protected]>
AuthorDate: Fri Aug 27 00:21:31 2021 +0800
Fix example compile error (#12041)
---
.../governance-example/governance-raw-jdbc-example/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/examples/shardingsphere-jdbc-example/governance-example/governance-raw-jdbc-example/pom.xml
b/examples/shardingsphere-jdbc-example/governance-example/governance-raw-jdbc-example/pom.xml
index d304158..a75b071 100644
---
a/examples/shardingsphere-jdbc-example/governance-example/governance-raw-jdbc-example/pom.xml
+++
b/examples/shardingsphere-jdbc-example/governance-example/governance-raw-jdbc-example/pom.xml
@@ -41,6 +41,10 @@
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
+ <artifactId>shardingsphere-jdbc-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-cluster-mode-repository-zookeeper-curator</artifactId>
</dependency>
</dependencies>