| | |
| | | <druid.version>1.2.9</druid.version> |
| | | <knife4j.version>3.0.3</knife4j.version> |
| | | <swagger-annotations.version>1.5.22</swagger-annotations.version> |
| | | <poi.version>4.1.2</poi.version> |
| | | <commons-compress.version>1.21</commons-compress.version> |
| | | <easyexcel.version>3.1.0</easyexcel.version> |
| | | <velocity.version>2.3</velocity.version> |
| | |
| | | <tlog.version>1.4.0</tlog.version> |
| | | <xxl-job.version>2.3.1</xxl-job.version> |
| | | |
| | | <!-- jdk11 缺失依赖 jaxb--> |
| | | <jaxb.version>3.0.1</jaxb.version> |
| | | <!-- 统一 guava 版本 解决隐式漏洞问题 --> |
| | | <guava.version>30.0-jre</guava.version> |
| | | |
| | |
| | | <version>${swagger-annotations.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- excel工具 --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>${poi.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 修复poi漏洞 --> |
| | | <dependency> |
| | | <groupId>org.apache.commons</groupId> |
| | |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>${easyexcel.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml-schemas</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <!-- velocity代码生成使用模板 --> |
| | |
| | | <groupId>cn.dev33</groupId> |
| | | <artifactId>sa-token-jwt</artifactId> |
| | | <version>${satoken.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- jdk11 缺失依赖 jaxb--> |
| | | <dependency> |
| | | <groupId>com.sun.xml.bind</groupId> |
| | | <artifactId>jaxb-impl</artifactId> |
| | | <version>${jaxb.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- dynamic-datasource 多数据源--> |