mirror of
https://gitee.com/BDWare/common
synced 2025-01-10 09:54:13 +00:00
add DigestUtil
This commit is contained in:
parent
64f83c9d74
commit
972070c6df
@ -48,11 +48,11 @@ dependencies {
|
|||||||
//api 'org.apache.velocity:velocity-engine-core:2.3'
|
//api 'org.apache.velocity:velocity-engine-core:2.3'
|
||||||
api 'org.rocksdb:rocksdbjni:7.3.1'
|
api 'org.rocksdb:rocksdbjni:7.3.1'
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
implementation 'org.bdware.doip:doip-sdk:1.4.1'
|
implementation 'org.bdware.doip:doip-sdk:1.4.2'
|
||||||
}
|
}
|
||||||
group = "org.bdware.sc"
|
group = "org.bdware.sc"
|
||||||
|
|
||||||
version = "1.7.1"
|
version = "1.7.2"
|
||||||
tasks.processResources.setDuplicatesStrategy(DuplicatesStrategy.INCLUDE)
|
tasks.processResources.setDuplicatesStrategy(DuplicatesStrategy.INCLUDE)
|
||||||
|
|
||||||
task copyLibs(type: Copy) {
|
task copyLibs(type: Copy) {
|
||||||
|
@ -18,7 +18,8 @@ public enum Permission {
|
|||||||
DOIP,
|
DOIP,
|
||||||
IRP,
|
IRP,
|
||||||
Async,
|
Async,
|
||||||
Cluster;
|
Cluster,
|
||||||
|
Digest;
|
||||||
|
|
||||||
public static Permission parse(String str) {
|
public static Permission parse(String str) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user