diff options
| author | doufenghu <[email protected]> | 2024-08-27 19:09:43 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-08-27 19:09:43 +0800 |
| commit | 2e21d795d80f83b1f402eea98ed0b4835f15abb9 (patch) | |
| tree | 60fa267716fbacacba81317a0c7371513d9e76bf /groot-common | |
| parent | 7e268f460a683987d940c78d70fcb6d633a576ba (diff) | |
[feature][bootstrap]Add the SM4 algorithm for encrypting sensitive configuration data
Diffstat (limited to 'groot-common')
| -rw-r--r-- | groot-common/pom.xml | 7 |
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> |
