From a4314dbbdefa806e923d1fd18016a7469804e0e2 Mon Sep 17 00:00:00 2001 From: ageer <ageerle@163.com> Date: 星期一, 14 四月 2025 23:10:17 +0800 Subject: [PATCH] feat: mcp测试版 --- ruoyi-extend/ruoyi-mcp-server/pom.xml | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ruoyi-extend/ruoyi-mcp-server/pom.xml b/ruoyi-extend/ruoyi-mcp-server/pom.xml index 63ff2bc..d35402c 100644 --- a/ruoyi-extend/ruoyi-mcp-server/pom.xml +++ b/ruoyi-extend/ruoyi-mcp-server/pom.xml @@ -49,16 +49,16 @@ <artifactId>spring-ai-mcp</artifactId> </dependency> - <dependency> - <groupId>org.ruoyi</groupId> - <artifactId>ruoyi-system-api</artifactId> - <exclusions> - <exclusion> - <groupId>org.ruoyi</groupId> - <artifactId>ruoyi-common-translation</artifactId> - </exclusion> - </exclusions> - </dependency> +<!-- <dependency>--> +<!-- <groupId>org.ruoyi</groupId>--> +<!-- <artifactId>ruoyi-system-api</artifactId>--> +<!-- <exclusions>--> +<!-- <exclusion>--> +<!-- <groupId>org.ruoyi</groupId>--> +<!-- <artifactId>ruoyi-common-translation</artifactId>--> +<!-- </exclusion>--> +<!-- </exclusions>--> +<!-- </dependency>--> </dependencies> </project> -- Gitblit v1.9.3