修正依赖
This commit is contained in:
parent
0e398363f4
commit
db067ee91c
5
kit.json
5
kit.json
@ -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",
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
3
说明.txt
3
说明.txt
@ -5,7 +5,6 @@ sydapi(1.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 日志接口
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user