summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
author王宽 <[email protected]>2024-10-21 08:27:53 +0000
committer王宽 <[email protected]>2024-10-21 08:27:53 +0000
commitac085998d64b91f59d4f1c590540781be2c7c94c (patch)
tree028aafc12bb47737fe2995e79b78722ffe078d8a /pom.xml
parent3b4034993c5812ca239c4824d8101b1cca567b5c (diff)
parentd6a715c0d65e36665536b8ff03e0cf5ef9ff3e4b (diff)
Merge branch 'develop' into 'feature/dos'feature/dos
# Conflicts: # config/udf.plugins
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e466bf2..28a2b05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,7 @@
<jsonpath.version>2.4.0</jsonpath.version>
<fastjson2.version>2.0.32</fastjson2.version>
<hutool.version>5.8.22</hutool.version>
+ <uuid-generator.version>5.1.0</uuid-generator.version>
<bouncycastle.version>1.78.1</bouncycastle.version>
<galaxy.version>2.0.2</galaxy.version>
<guava-retrying.version>2.0.0</guava-retrying.version>
@@ -393,6 +394,12 @@
</dependency>
<dependency>
+ <groupId>com.fasterxml.uuid</groupId>
+ <artifactId>java-uuid-generator</artifactId>
+ <version>${uuid-generator.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastle.version}</version>