| | |
| | | <mapstruct.version>1.5.5.Final</mapstruct.version> |
| | | <dubbo.version>3.2.11</dubbo.version> |
| | | <hutool-all.version>5.8.22</hutool-all.version> |
| | | <jjwt.version>0.12.6</jjwt.version> |
| | | |
| | | <jdom2.version>2.0.6.1</jdom2.version> |
| | | <quartz.version>2.1.7</quartz.version> |
| | | <junit.version>4.13.2</junit.version> |
| | |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <!--JWT令牌--> |
| | | <dependency> |
| | | <groupId>io.jsonwebtoken</groupId> |
| | | <artifactId>jjwt</artifactId> |
| | | <version>${jjwt.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | <!-- 测试 --> |
| | | <dependency> |
| | | <groupId>junit</groupId> |