Remove exclude from Apache Geode dependencies on 'org.apache.logging.log4j:log4j-core'.
Resolves gh-48.
This commit is contained in:
@@ -8,9 +8,6 @@ dependencies {
|
||||
compile project(':spring-geode-starter')
|
||||
|
||||
compile "org.springframework.boot:spring-boot-starter-test"
|
||||
|
||||
compile('org.springframework.data:spring-data-geode-test') {
|
||||
exclude group: "org.apache.logging.log4j", module: "log4j-core"
|
||||
}
|
||||
compile 'org.springframework.data:spring-data-geode-test'
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user