add doip-audit-tool dependency in build.gradle

This commit is contained in:
haoeliu@foxmail.com 2022-11-09 17:05:57 +08:00
parent 7813256444
commit 611d25a044

View File

@ -50,6 +50,7 @@ dependencies {
// api fileTree(dir: 'lib', include: '*.jar')
testImplementation 'junit:junit:4.13.2'
implementation 'org.bdware.doip:doip-audit-tool:1.1.2'
}
group = "org.bdware.sc"
version = "1.6.5"