| | |
| | | <version>1.13</version> |
| | | </dependency> |
| | | <!-- 微信支付 SDK--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.github.binarywang</groupId>--> |
| | | <!-- <artifactId>weixin-java-pay</artifactId>--> |
| | | <!-- <version>4.4.9.B</version>--> |
| | | <!-- </dependency>--> |
| | | <!-- 微信支付依赖 --> |
| | | <dependency> |
| | | <groupId>com.github.binarywang</groupId> |
| | | <artifactId>weixin-java-pay</artifactId> |
| | | <version>4.4.9.B</version> |
| | | <groupId>com.github.wechatpay-apiv3</groupId> |
| | | <artifactId>wechatpay-apache-httpclient</artifactId> |
| | | <version>0.3.0</version> |
| | | </dependency> |
| | | <!--微信支付 APIv2 SDK--> |
| | | <dependency> |
| | | <groupId>com.github.wxpay</groupId> |
| | | <artifactId>wxpay-sdk</artifactId> |
| | | <version>0.0.3</version> |
| | | </dependency> |
| | | |
| | | <!--xxl-job-core 相关依赖--> |
| | | <dependency> |
| | | <groupId>io.netty</groupId> |
| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-mail</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/com.github.shyiko/mysql-binlog-connector-java --> |
| | | <dependency> |
| | | <groupId>com.github.shyiko</groupId> |
| | | <artifactId>mysql-binlog-connector-java</artifactId> |
| | | <version>0.17.0</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/args4j/args4j --> |
| | | <dependency> |
| | | <groupId>args4j</groupId> |
| | | <artifactId>args4j</artifactId> |
| | | <version>2.33</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | | <version>5.5.4</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <!-- Tesseract OCR --> |
| | | <dependency> |
| | | <groupId>net.sourceforge.tess4j</groupId> |
| | | <artifactId>tess4j</artifactId> |
| | | <version>4.5.4</version> |
| | | </dependency> |
| | | <!--压缩图片--> |
| | | <dependency> |
| | | <groupId>net.coobird</groupId> |
| | | <artifactId>thumbnailator</artifactId> |
| | | <version>0.4.8</version> |
| | | </dependency> |
| | | |
| | | |
| | | </dependencies> |
| | | |
| | |
| | | </compilerArgs> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-surefire-plugin</artifactId> |
| | | <configuration> |
| | | <testFailureIgnore>true</testFailureIgnore> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |