mirror of
https://gitee.com/BDWare/agent-backend
synced 2025-01-09 17:34:13 +00:00
update docker files
This commit is contained in:
parent
f8465b121a
commit
7da128f73f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
/ypkcache
|
||||||
/BDWareProjectDir
|
/BDWareProjectDir
|
||||||
/defaultLog/
|
/defaultLog/
|
||||||
/ContractDB
|
/ContractDB
|
||||||
|
@ -41,8 +41,8 @@ dependencies {
|
|||||||
implementation 'io.grpc:grpc-all:1.43.1'
|
implementation 'io.grpc:grpc-all:1.43.1'
|
||||||
implementation 'org.apache.velocity:velocity-engine-core:2.3'
|
implementation 'org.apache.velocity:velocity-engine-core:2.3'
|
||||||
implementation 'com.nimbusds:nimbus-jose-jwt:9.10'
|
implementation 'com.nimbusds:nimbus-jose-jwt:9.10'
|
||||||
implementation 'org.bdware.doip:doip-sdk:1.5.5'
|
implementation 'org.bdware.doip:doip-sdk:1.5.6'
|
||||||
implementation 'org.bdware.doip:doip-audit-tool:1.5.3'
|
implementation 'org.bdware.doip:doip-audit-tool:1.5.4'
|
||||||
implementation 'org.bdware.doip:bdosclient:0.1.0'
|
implementation 'org.bdware.doip:bdosclient:0.1.0'
|
||||||
implementation fileTree(dir: 'lib', include: '*.jar')
|
implementation fileTree(dir: 'lib', include: '*.jar')
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
|
Loading…
Reference in New Issue
Block a user