This commit is contained in:
wangcongtao
2020-07-24 13:08:20 +08:00
parent d0a539cdf7
commit 2b970f28be

View File

@@ -55,7 +55,10 @@ dependencies {
implementation project(':foudations:mogo-commons')
}
api 'com.zhidaoauto.machine:map:1.0.0-SNAPSHOT'
api 'com.zhidaoauto.machine:map:1.0.0-SNAPSHOT', {
exclude group: 'io.netty', module: 'netty-buffer'
exclude group: 'io.netty', module: 'netty-common'
}
}
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()