This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 c04f2b1a375 Remove the dependency of encrypt-plugin from encrypt-core.
(#23337)
c04f2b1a375 is described below
commit c04f2b1a375046250595d4a5db96cc2d06b347ba
Author: Chuxin Chen <[email protected]>
AuthorDate: Thu Jan 5 13:36:42 2023 +0800
Remove the dependency of encrypt-plugin from encrypt-core. (#23337)
---
features/encrypt/core/pom.xml | 5 -----
features/encrypt/distsql/handler/pom.xml | 5 +++++
jdbc/core/pom.xml | 5 +++++
3 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/features/encrypt/core/pom.xml b/features/encrypt/core/pom.xml
index 060c01e67ac..8a7cf066840 100644
--- a/features/encrypt/core/pom.xml
+++ b/features/encrypt/core/pom.xml
@@ -43,11 +43,6 @@
<artifactId>shardingsphere-infra-merge</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-encrypt-sm</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
diff --git a/features/encrypt/distsql/handler/pom.xml
b/features/encrypt/distsql/handler/pom.xml
index 4eb142671a2..2d16c0808ae 100644
--- a/features/encrypt/distsql/handler/pom.xml
+++ b/features/encrypt/distsql/handler/pom.xml
@@ -38,6 +38,11 @@
<artifactId>shardingsphere-encrypt-core</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.shardingsphere</groupId>
+ <artifactId>shardingsphere-encrypt-sm</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-encrypt-distsql-statement</artifactId>
diff --git a/jdbc/core/pom.xml b/jdbc/core/pom.xml
index c53fd3877d2..9f23f29626c 100644
--- a/jdbc/core/pom.xml
+++ b/jdbc/core/pom.xml
@@ -135,6 +135,11 @@
<artifactId>shardingsphere-encrypt-core</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.shardingsphere</groupId>
+ <artifactId>shardingsphere-encrypt-sm</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-mask-core</artifactId>