| | |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>${easyexcel.version}</version> |
| | | </dependency> |
| | | |
| | | <!--钉钉消息推送--> |
| | | <dependency> |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>alibaba-dingtalk-service-sdk</artifactId> |
| | | <version>${dingtalk.version}</version> |
| | | <exclusions> |
| | | <!-- spring-jcl提供了logging,所以打包时去除对apache的commons-logging的依赖 --> |
| | | <exclusion> |
| | | <groupId>commons-logging</groupId> |
| | | <artifactId>commons-logging</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-codec</groupId> |
| | | <artifactId>commons-codec</artifactId> |
| | | <version>${commons-codec.version}</version> |
| | | </dependency> |
| | | <!-- vo po转换 --> |
| | | <dependency> |
| | | <groupId>org.mapstruct</groupId> |
| | |
| | | <artifactId>dubbo</artifactId> |
| | | <version>${dubbo.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>io.netty</groupId> |
| | | <artifactId>netty-all</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>org.yaml</groupId> |
| | | <artifactId>snakeyaml</artifactId> |
| | |
| | | <artifactId>javase</artifactId> |
| | | <version>${google.zxing.version}</version> |
| | | </dependency> |
| | | <!-- 生成图片缩略图 --> |
| | | <dependency> |
| | | <groupId>net.coobird</groupId> |
| | | <artifactId>thumbnailator</artifactId> |
| | | <version>${thumbnailator.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 获得系统信息 --> |
| | | <dependency> |