修正依赖

This commit is contained in:
cheney 2022-08-18 10:29:06 +08:00
parent 0e398363f4
commit db067ee91c
3 changed files with 7 additions and 3 deletions

View File

@ -56,6 +56,11 @@
"shell" : "mvn dependency:copy-dependencies -DincludeScope=runtime -DoutputDirectory=%out_path%/jar/dependences", "shell" : "mvn dependency:copy-dependencies -DincludeScope=runtime -DoutputDirectory=%out_path%/jar/dependences",
"check": "BUILD SUCCESS" "check": "BUILD SUCCESS"
}, },
{
"func": "cp",
"from": "./doc",
"to": "%out_path%/doc"
},
{ {
"func": "cp", "func": "cp",
"from": "./src/test/java/sample", "from": "./src/test/java/sample",

View File

@ -72,7 +72,7 @@
<dependency> <dependency>
<groupId>com.sunyard</groupId> <groupId>com.sunyard</groupId>
<artifactId>proto</artifactId> <artifactId>proto</artifactId>
<version>1.0-20220412</version> <version>1.0-20220804</version>
</dependency> </dependency>

View File

@ -5,7 +5,6 @@ sydapi1.12 签名验签使用的 jar
- sydapi4j-jar-with-dependencies.jar 依赖内置,用于快速测试 - sydapi4j-jar-with-dependencies.jar 依赖内置,用于快速测试
- dependences.xml 所有依赖 Maven 格式说明 - dependences.xml 所有依赖 Maven 格式说明
- dependences 所有依赖 - dependences 所有依赖
- groovy-all-2.3.2 通信协议支持 - groovy-all-2.4.15 通信协议支持
- jcommander-1.30 命令行支持
- proto-1.0-20220412 通信协议支持 - proto-1.0-20220412 通信协议支持
- alf4j-api-1.7.10 日志接口 - alf4j-api-1.7.10 日志接口