From 031b7da19894c8539ff9fd6a7d4b5246f8a66b7d Mon Sep 17 00:00:00 2001 From: ageerle <32251822+ageerle@users.noreply.github.com> Date: 星期五, 16 五月 2025 16:29:21 +0800 Subject: [PATCH] Merge pull request #84 from janzhou123/main --- ruoyi-modules-api/ruoyi-knowledge-api/pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml b/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml index 83eac39..4b4c1fe 100644 --- a/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml +++ b/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml @@ -114,6 +114,10 @@ <artifactId>commons-io</artifactId> <version>2.17.0</version> </dependency> + <dependency> + <groupId>org.ruoyi</groupId> + <artifactId>ruoyi-system-api</artifactId> + </dependency> </dependencies> -- Gitblit v1.9.3