Browse Source

Merge remote-tracking branch 'origin/test' into test

ligang134 3 years ago
parent
commit
afb5b0c498
1 changed files with 1 additions and 7 deletions
  1. 1 7
      pom.xml

+ 1 - 7
pom.xml

@@ -318,7 +318,6 @@
             <version>2.53.1</version>
         </dependency>
 
-
         <!--     EXCEL导出-->
         <dependency>
             <groupId>cn.afterturn</groupId>
@@ -439,12 +438,7 @@
         <dependency>
             <groupId>com.baomidou</groupId>
             <artifactId>mybatis-plus-boot-starter</artifactId>
-            <version>3.4.2</version>
-        </dependency>
-        <dependency>
-            <groupId>icu.mhb</groupId>
-            <artifactId>mybatis-plus-join</artifactId>
-            <version>1.0.2</version>
+            <version>3.5.3.1</version>
         </dependency>
 
         <!-- 测试 -->