From ac14c6fdb63d3f6179556dc52ab95d2346e4b099 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 28 三月 2025 14:21:00 +0800
Subject: [PATCH] #新增 1. 新增组拖接口 2. 新增组拖编码生成规则
---
rsf-common/pom.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/rsf-common/pom.xml b/rsf-common/pom.xml
index fb8d0ac..e3d17b7 100644
--- a/rsf-common/pom.xml
+++ b/rsf-common/pom.xml
@@ -44,6 +44,16 @@
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</dependency>
+ <dependency>
+ <groupId>javax.validation</groupId>
+ <artifactId>validation-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>30.1.1-jre</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.9.1