From dda4c08d41693d2495a13e7db230c3e9747540de Mon Sep 17 00:00:00 2001 From: wujianwei <wjw@11.com> Date: 星期二, 02 九月 2025 10:33:27 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/yagwly_fa_master' into yagwly_fa_master --- api/pom.xml | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index cd72684..96f11f3 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -10,20 +10,24 @@ <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> </dependencies> </project> \ No newline at end of file -- Gitblit v1.8.0