Browse Source

no message

FengChaoYu 3 weeks ago
parent
commit
6c7ff65dfe
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -250,6 +250,11 @@
                         <artifactId>mybatis-plus-extension</artifactId>
                         <version>${mybatis-plus.version}</version>
                     </dependency>
+                    <dependency>
+                        <groupId>org.apache.commons</groupId>
+                        <artifactId>commons-lang3</artifactId>
+                        <version>${commons-lang3.version}</version>
+                    </dependency>
                 </dependencies>
             </plugin>
         </plugins>