fix framework

This commit is contained in:
limqhz
2021-03-01 22:49:14 +08:00
parent e6bc99430f
commit 28fe094cef
15 changed files with 6 additions and 457 deletions

View File

@@ -34,7 +34,6 @@ ext {
nettyVersion = '4.1.10.Final'
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile fileTree(include: '*.jar', dir: 'src/libs')
compile project(':service')
compile "io.netty:netty-all:${nettyVersion}"