| | |
| | | <parent> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-parent</artifactId> |
| | | <version>2.7.5</version> |
| | | <version>2.7.15</version> |
| | | <relativePath/> |
| | | </parent> |
| | | |
| | |
| | | <netty-all.version>4.1.63.Final</netty-all.version> |
| | | <gson.version>2.8.6</gson.version> |
| | | |
| | | <spring.version>5.3.6</spring.version> |
| | | <spring.version>5.3.9</spring.version> |
| | | <spring-boot.version>2.3.8.RELEASE</spring-boot.version> |
| | | |
| | | <mybatis-spring-boot-starter.version>2.2.2</mybatis-spring-boot-starter.version> |
| | | <mysql-connector-java.version>8.0.22</mysql-connector-java.version> |
| | | <mysql-connector-java.version>8.0.27</mysql-connector-java.version> |
| | | <druid.version>1.2.8</druid.version> |
| | | |
| | | <slf4j-api.version>1.7.30</slf4j-api.version> |
| | |
| | | <maven-war-plugin.version>3.3.1</maven-war-plugin.version> |
| | | </properties> |
| | | |
| | | <dependencies> |
| | | <!--漏洞覆盖之前 1.3.0 版本--> |
| | | <!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml --> |
| | | <dependency> |
| | | <groupId>org.yaml</groupId> |
| | | <artifactId>snakeyaml</artifactId> |
| | | <version>2.0</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <modules> |
| | | <module>xxl-job-core</module> |
| | | <module>xxl-job-admin</module> |