From 098d3347a0df808908aab8c554cd7c4febc5e6d9 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期一, 26 八月 2024 11:43:59 +0800 Subject: [PATCH] !577 发布 5.2.2 正式版 安全性提升 Merge pull request !577 from 疯狂的狮子Li/dev --- ruoyi-modules/ruoyi-generator/pom.xml | 30 ++++++++++++++++++------------ 1 files changed, 18 insertions(+), 12 deletions(-) diff --git a/ruoyi-modules/ruoyi-generator/pom.xml b/ruoyi-modules/ruoyi-generator/pom.xml index a92ff23..b7fd94f 100644 --- a/ruoyi-modules/ruoyi-generator/pom.xml +++ b/ruoyi-modules/ruoyi-generator/pom.xml @@ -51,27 +51,33 @@ <dependency> <groupId>org.anyline</groupId> <artifactId>anyline-environment-spring-data-jdbc</artifactId> + <version>${anyline.version}</version> </dependency> <dependency> <groupId>org.anyline</groupId> <artifactId>anyline-data-jdbc-mysql</artifactId> + <version>${anyline.version}</version> </dependency> - <dependency> - <groupId>org.anyline</groupId> - <artifactId>anyline-data-jdbc-oracle</artifactId> - </dependency> + <!-- anyline鏀寔100+绉嶇被鍨嬫暟鎹簱 娣诲姞瀵瑰簲鐨刯dbc渚濊禆涓巃nyline瀵瑰簲鏁版嵁搴撲緷璧栧寘鍗冲彲 --> +<!-- <dependency>--> +<!-- <groupId>org.anyline</groupId>--> +<!-- <artifactId>anyline-data-jdbc-oracle</artifactId>--> +<!-- <version>${anyline.version}</version>--> +<!-- </dependency>--> - <dependency> - <groupId>org.anyline</groupId> - <artifactId>anyline-data-jdbc-postgresql</artifactId> - </dependency> +<!-- <dependency>--> +<!-- <groupId>org.anyline</groupId>--> +<!-- <artifactId>anyline-data-jdbc-postgresql</artifactId>--> +<!-- <version>${anyline.version}</version>--> +<!-- </dependency>--> - <dependency> - <groupId>org.anyline</groupId> - <artifactId>anyline-data-jdbc-mssql</artifactId> - </dependency> +<!-- <dependency>--> +<!-- <groupId>org.anyline</groupId>--> +<!-- <artifactId>anyline-data-jdbc-mssql</artifactId>--> +<!-- <version>${anyline.version}</version>--> +<!-- </dependency>--> </dependencies> -- Gitblit v1.9.3