Android dependency fix.
This commit is contained in:
parent
a75f74f9f2
commit
3292f73cb9
|
@ -49,6 +49,7 @@ dependencies {
|
|||
exclude group: 'commons-logging', module: 'commons-logging'
|
||||
exclude group: "org.apache.commons", module: "commons-pool2"
|
||||
exclude group: "org.slf4j", module: "slf4j-log4j12"
|
||||
exclude group: "log4j", module: "apache-log4j-extras"
|
||||
exclude group: "org.hibernate", module: "hibernate-core"
|
||||
exclude group: "org.hibernate", module: "hibernate-entitymanager"
|
||||
exclude group: "redis.clients", module: "jedis"
|
||||
|
|
|
@ -113,7 +113,7 @@ configurations {
|
|||
}
|
||||
|
||||
ext {
|
||||
slf4jVersion = '1.7.7'
|
||||
slf4jVersion = '1.7.12'
|
||||
leveldbVersion = '0.7'
|
||||
scastleVersion = '1.51.0.0'
|
||||
log4jVersion = '1.2.17'
|
||||
|
|
Loading…
Reference in New Issue