|
|
|
@ -39,6 +39,7 @@ |
|
|
|
|
<springfox-swagger2.version>2.9.2</springfox-swagger2.version> |
|
|
|
|
<easyopen.version>1.16.9</easyopen.version> |
|
|
|
|
<pagehelper.version>5.2.0</pagehelper.version> |
|
|
|
|
<asm.version>6.2</asm.version> |
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
@ -73,6 +74,11 @@ |
|
|
|
|
<artifactId>hibernate-validator</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.ow2.asm</groupId> |
|
|
|
|
<artifactId>asm</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- optional --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
|
@ -213,6 +219,12 @@ |
|
|
|
|
<version>${hibernate-validator.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.ow2.asm</groupId> |
|
|
|
|
<artifactId>asm</artifactId> |
|
|
|
|
<version>${asm.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>ch.qos.logback</groupId> |
|
|
|
|
<artifactId>logback-classic</artifactId> |
|
|
|
|