From 8eb934469f25715758dbf3cb39db5c0c75ca0e2e Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 16 七月 2025 08:11:20 +0800
Subject: [PATCH] 盘点功能优化
---
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