修正依赖
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",
|
||||
"check": "BUILD SUCCESS"
|
||||
},
|
||||
{
|
||||
"func": "cp",
|
||||
"from": "./doc",
|
||||
"to": "%out_path%/doc"
|
||||
},
|
||||
{
|
||||
"func": "cp",
|
||||
"from": "./src/test/java/sample",
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -72,7 +72,7 @@
|
||||
<dependency>
|
||||
<groupId>com.sunyard</groupId>
|
||||
<artifactId>proto</artifactId>
|
||||
<version>1.0-20220412</version>
|
||||
<version>1.0-20220804</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user