summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-10-16 20:41:39 +0800
committerdoufenghu <[email protected]>2024-10-16 20:41:39 +0800
commit1c8baf9c355db3df000278a5e1d9860c5baf4635 (patch)
tree0289c4339b4d313133ce436ca13a4f7508a1de12 /pom.xml
parent333c8e3d0b623194e07e942c83dd186b2e60fb7b (diff)
[Improve][UUID] UUID class name use uppercase for abbreviations in naming conventions.
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>