From bab4925a2f17275f819241aba7e014f5f730773c Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期二, 13 一月 2026 17:59:28 +0800
Subject: [PATCH] 新增确认接口
---
api/pom.xml | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/api/pom.xml b/api/pom.xml
index cd72684..8c37da7 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -10,20 +10,28 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>api</artifactId>
-
<dependencies>
+
<dependency>
<groupId>com.ruoyi</groupId>
- <artifactId>api-remote</artifactId>
+ <artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
-
+ <!--鎸佷箙鍖栧眰妯″潡-->
+ <dependency>
+ <groupId>com.ruoyi</groupId>
+ <artifactId>framework</artifactId>
+ <version>${ruoyi.version}</version>
+ </dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>service</artifactId>
- <version>master</version>
+ </dependency>
+ <dependency>
+ <groupId>com.ruoyi</groupId>
+ <artifactId>tms</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
--
Gitblit v1.8.0