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-common/pom.xml | 170 +++++++++++++++----------------------------------------- 1 files changed, 46 insertions(+), 124 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 653cfdb..2930fd0 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -1,124 +1,46 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <parent> - <artifactId>ruoyi</artifactId> - <groupId>com.ruoyi</groupId> - <version>3.5.0</version> - </parent> - <modelVersion>4.0.0</modelVersion> - - <artifactId>ruoyi-common</artifactId> - - <description> - common閫氱敤宸ュ叿 - </description> - - <dependencies> - - <!-- Spring妗嗘灦鍩烘湰鐨勬牳蹇冨伐鍏� --> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - </dependency> - - <!-- SpringWeb妯″潡 --> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - </dependency> - - <!-- spring security 瀹夊叏璁よ瘉 --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-security</artifactId> - </dependency> - - <!-- pagehelper 鍒嗛〉鎻掍欢 --> - <dependency> - <groupId>com.github.pagehelper</groupId> - <artifactId>pagehelper-spring-boot-starter</artifactId> - </dependency> - - <!-- 鑷畾涔夐獙璇佹敞瑙� --> - <dependency> - <groupId>javax.validation</groupId> - <artifactId>validation-api</artifactId> - </dependency> - - <!--甯哥敤宸ュ叿绫� --> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - </dependency> - - <!-- JSON宸ュ叿绫� --> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </dependency> - - <!-- 闃块噷JSON瑙f瀽鍣� --> - <dependency> - <groupId>com.alibaba</groupId> - <artifactId>fastjson</artifactId> - </dependency> - - <!-- io甯哥敤宸ュ叿绫� --> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - - <!-- 鏂囦欢涓婁紶宸ュ叿绫� --> - <dependency> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> - </dependency> - - <!-- excel宸ュ叿 --> - <dependency> - <groupId>org.apache.poi</groupId> - <artifactId>poi-ooxml</artifactId> - </dependency> - - <!-- yml瑙f瀽鍣� --> - <dependency> - <groupId>org.yaml</groupId> - <artifactId>snakeyaml</artifactId> - </dependency> - - <!--Token鐢熸垚涓庤В鏋�--> - <dependency> - <groupId>io.jsonwebtoken</groupId> - <artifactId>jjwt</artifactId> - </dependency> - - <!-- redis 缂撳瓨鎿嶄綔 --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-data-redis</artifactId> - </dependency> - - <!-- pool 瀵硅薄姹� --> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-pool2</artifactId> - </dependency> - - <!-- 瑙f瀽瀹㈡埛绔搷浣滅郴缁熴�佹祻瑙堝櫒绛� --> - <dependency> - <groupId>eu.bitwalker</groupId> - <artifactId>UserAgentUtils</artifactId> - </dependency> - - <!-- servlet鍖� --> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - </dependency> - - </dependencies> - -</project> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <parent> + <artifactId>ruoyi-vue-plus</artifactId> + <groupId>org.dromara</groupId> + <version>${revision}</version> + </parent> + <modelVersion>4.0.0</modelVersion> + + <modules> + <module>ruoyi-common-bom</module> + <module>ruoyi-common-social</module> + <module>ruoyi-common-core</module> + <module>ruoyi-common-doc</module> + <module>ruoyi-common-excel</module> + <module>ruoyi-common-idempotent</module> + <module>ruoyi-common-job</module> + <module>ruoyi-common-log</module> + <module>ruoyi-common-mail</module> + <module>ruoyi-common-mybatis</module> + <module>ruoyi-common-oss</module> + <module>ruoyi-common-ratelimiter</module> + <module>ruoyi-common-redis</module> + <module>ruoyi-common-satoken</module> + <module>ruoyi-common-security</module> + <module>ruoyi-common-sms</module> + <module>ruoyi-common-web</module> + <module>ruoyi-common-translation</module> + <module>ruoyi-common-sensitive</module> + <module>ruoyi-common-json</module> + <module>ruoyi-common-encrypt</module> + <module>ruoyi-common-tenant</module> + <module>ruoyi-common-websocket</module> + <module>ruoyi-common-sse</module> + </modules> + + <artifactId>ruoyi-common</artifactId> + <packaging>pom</packaging> + + <description> + common 閫氱敤妯″潡 + </description> + +</project> -- Gitblit v1.9.3