ChenYang 1 年之前
父节点
当前提交
898d71b13d
共有 3 个文件被更改,包括 3 次插入9 次删除
  1. 1 1
      pom.xml
  2. 1 7
      ruoyi-common/pom.xml
  3. 1 1
      ruoyi-system/pom.xml

+ 1 - 1
pom.xml

@@ -24,7 +24,7 @@
         <swagger.version>3.0.0</swagger.version>
         <kaptcha.version>2.3.2</kaptcha.version>
         <mybatisplus.version>3.5.2</mybatisplus.version>
-        <pagehelper.boot.version>1.4.0</pagehelper.boot.version>
+        <pagehelper.boot.version>1.3.0</pagehelper.boot.version>
         <fastjson.version>1.2.79</fastjson.version>
         <oshi.version>5.8.6</oshi.version>
         <jna.version>5.10.0</jna.version>

+ 1 - 7
ruoyi-common/pom.xml

@@ -38,12 +38,6 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-security</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>jakarta.annotation</groupId>
-                    <artifactId>jakarta.annotation-api</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
 
         <!-- pagehelper 分页插件 -->
@@ -161,7 +155,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5.2</version>
+            <version>4.5.13</version>
         </dependency>
 
 

+ 1 - 1
ruoyi-system/pom.xml

@@ -25,4 +25,4 @@
 
     </dependencies>
 
-</project>
+</project>