From 250909914676e295b4af615164b508ea1fc84835 Mon Sep 17 00:00:00 2001 From: ageerle <ageerle@163.com> Date: 星期四, 10 四月 2025 17:25:23 +0800 Subject: [PATCH] feat: 重构模块 --- ruoyi-modules-api/pom.xml | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ruoyi-modules-api/pom.xml b/ruoyi-modules-api/pom.xml index fe4d2c2..a3f0ef0 100644 --- a/ruoyi-modules-api/pom.xml +++ b/ruoyi-modules-api/pom.xml @@ -4,19 +4,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.ruoyi</groupId> <artifactId>ruoyi-ai</artifactId> - <version>1.0.0</version> + <groupId>org.ruoyi</groupId> + <version>${revision}</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>ruoyi-modules-api</artifactId> <packaging>pom</packaging> + <modules> <module>ruoyi-chat-api</module> - <module>ruoyi-device-api</module> <module>ruoyi-knowledge-api</module> <module>ruoyi-system-api</module> - <module>ruoyi-weixin-api</module> </modules> <properties> @@ -74,6 +74,11 @@ <artifactId>ruoyi-common-oss</artifactId> </dependency> + <dependency> + <groupId>mysql</groupId> + <artifactId>mysql-connector-java</artifactId> + </dependency> + </dependencies> -- Gitblit v1.9.3