Add log4j 1.x to build deps

- This is now done manually in build as
  dep boms don't give it anymore. We do this
  until we figure out what is a proper way
  to just depend on log4j 2.x.
- Relates to #327
This commit is contained in:
Janne Valkealahti
2017-03-09 10:49:10 +00:00
parent 70a8657463
commit 56f3ea06a0

View File

@@ -1,5 +1,6 @@
buildscript {
ext {
log4jVersion = '1.2.17'
springVersion = '5.0.0.BUILD-SNAPSHOT'
springBootVersion = '2.0.0.BUILD-SNAPSHOT'
eclipsePersistenceVersion = '2.1.1'
@@ -85,6 +86,7 @@ configure(allprojects) {
mavenBom "org.springframework.cloud:spring-cloud-cluster-dependencies:$springCloudClusterVersion"
}
dependencies {
dependency "log4j:log4j:$log4jVersion"
dependency "org.eclipse.persistence:javax.persistence:$eclipsePersistenceVersion"
dependency "com.esotericsoftware:kryo-shaded:$kryoVersion"
dependency "org.springframework.shell:spring-shell:$springShellVersion"