From fcf0c2bbfae0a82d516dfa8b71f97e6ea817e0b4 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期二, 03 二月 2026 09:16:29 +0800
Subject: [PATCH] 任务管理查询明细修正
---
rsf-server/pom.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/rsf-server/pom.xml b/rsf-server/pom.xml
index e1848c5..a7a359a 100644
--- a/rsf-server/pom.xml
+++ b/rsf-server/pom.xml
@@ -33,6 +33,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
+ <dependency>
+ <groupId>RouteUtils</groupId>
+ <artifactId>RouteUtils</artifactId>
+ <version>1.0.0</version>
+ <scope>system</scope>
+ <systemPath>${project.basedir}/src/main/resources/lib/RouteUtils.jar</systemPath>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.9.1