|
@@ -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>
|