summaryrefslogtreecommitdiff
path: root/groot-common/pom.xml
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-08-27 19:09:43 +0800
committerdoufenghu <[email protected]>2024-08-27 19:09:43 +0800
commit2e21d795d80f83b1f402eea98ed0b4835f15abb9 (patch)
tree60fa267716fbacacba81317a0c7371513d9e76bf /groot-common/pom.xml
parent7e268f460a683987d940c78d70fcb6d633a576ba (diff)
[feature][bootstrap]Add the SM4 algorithm for encrypting sensitive configuration data
Diffstat (limited to 'groot-common/pom.xml')
-rw-r--r--groot-common/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/groot-common/pom.xml b/groot-common/pom.xml
index 10e9ed4..37a4d25 100644
--- a/groot-common/pom.xml
+++ b/groot-common/pom.xml
@@ -41,6 +41,13 @@
<artifactId>hutool-all</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk18on</artifactId>
+ </dependency>
+
+
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>