mirror of
https://gitee.com/BDWare/common
synced 2025-04-27 14:32:18 +00:00
refactor extract routerInfo and joinInfo
This commit is contained in:
parent
fdd5848989
commit
27b6d8a9aa
10
build.gradle
10
build.gradle
@ -37,24 +37,22 @@ sourceCompatibility = 1.8
|
||||
dependencies {
|
||||
api 'org.bdware.bdcontract:gmhelper:0.2.0'
|
||||
api 'berkeleydb:je:3.2.76'
|
||||
// api 'com.fifesoft:rsyntaxtextarea:3.1.3'
|
||||
api 'commons-io:commons-io:2.11.0'
|
||||
api 'io.netty:netty-all:4.1.77.Final'
|
||||
api 'org.antlr:antlr4:4.9.2'
|
||||
api 'commons-codec:commons-codec:1.5'
|
||||
api 'org.apache.logging.log4j:log4j-core:2.17.2'
|
||||
api 'org.apache.logging.log4j:log4j-api:2.17.2'
|
||||
// api 'com.fifesoft:rsyntaxtextarea:3.1.3'
|
||||
// api fileTree(dir: 'lib', include: '*.jar')
|
||||
//api 'org.apache.velocity:velocity-engine-core:2.3'
|
||||
api 'org.rocksdb:rocksdbjni:7.3.1'
|
||||
// api fileTree(dir: 'lib', include: '*.jar')
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
implementation 'org.bdware.doip:doip-audit-tool:1.1.2'
|
||||
implementation 'org.bdware.doip:doip-audit-tool:1.1.5'
|
||||
}
|
||||
group = "org.bdware.sc"
|
||||
|
||||
version = "1.6.7"
|
||||
|
||||
|
||||
version = "1.6.8"
|
||||
tasks.processResources.setDuplicatesStrategy(DuplicatesStrategy.INCLUDE)
|
||||
|
||||
task copyLibs(type: Copy) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user