mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-19 15:14:14 +00:00
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: 'commons-logging', module: 'commons-logging'
|
||||||
exclude group: "org.apache.commons", module: "commons-pool2"
|
exclude group: "org.apache.commons", module: "commons-pool2"
|
||||||
exclude group: "org.slf4j", module: "slf4j-log4j12"
|
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-core"
|
||||||
exclude group: "org.hibernate", module: "hibernate-entitymanager"
|
exclude group: "org.hibernate", module: "hibernate-entitymanager"
|
||||||
exclude group: "redis.clients", module: "jedis"
|
exclude group: "redis.clients", module: "jedis"
|
||||||
|
@ -113,7 +113,7 @@ configurations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
slf4jVersion = '1.7.7'
|
slf4jVersion = '1.7.12'
|
||||||
leveldbVersion = '0.7'
|
leveldbVersion = '0.7'
|
||||||
scastleVersion = '1.51.0.0'
|
scastleVersion = '1.51.0.0'
|
||||||
log4jVersion = '1.2.17'
|
log4jVersion = '1.2.17'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user