更新依赖说明

This commit is contained in:
cheney 2022-08-17 18:03:02 +08:00
parent c175b798e8
commit 35cbb5f65d
2 changed files with 9 additions and 4 deletions

View File

@ -50,6 +50,10 @@
"shell" : "mvn dependency:copy-dependencies -DincludeScope=runtime -DoutputDirectory=%out_path%/jar/dependences",
"check": "BUILD SUCCESS"
},
{
"func" : "rm",
"path": "%out_path%/jar/dependences/slf4j-api-1.7.10.jar"
},
{
"func": "cp",
"from": "./doc",
@ -68,7 +72,8 @@
{
"func": "zip",
"from": "%out_path%/*",
"to": "%out_path%/sydapi-database-%version%.%project.git_commit_hash%.zip"
"to": "%out_path%/sydapi-database-%version%.%project.git_commit_hash%.zip",
"password" : "%string(number|lower|upper|symbol,8)%"
},
{
"func": "open",

View File

@ -3,8 +3,8 @@
- jar
- sydapi-database-1.0.xxxxxx.jar 接口 API
- dependences 所有依赖
- groovy-all-2.3.2 通信协议支持
- proto-1.0-20220412 通信协议支持
- groovy-all-2.4.15 通信协议支持
- proto-1.0-20220804 通信协议支持
- log4j-api-2.17.0.jar 日志接口
- log4j-core-2.17.0.jar 日志核心包
- sydapi4j-1.0.20220722.jar 加密机通信包
- sydapi4j-1.0.20220805.jar 加密机通信包