mirror of
https://github.com/corda/corda.git
synced 2025-04-09 04:15:35 +00:00
Add log4j-web to node
Add log4j-web to node so it stops complaining that it's running in a web environment without that option. Longer term we may want to split the web parts into their own optional extra for node, but for now I think this is a sensible solution.
This commit is contained in:
parent
9cccc7a2b7
commit
4d0b23ab6f
@ -41,6 +41,7 @@ dependencies {
|
||||
// Log4J: logging framework (with SLF4J bindings)
|
||||
compile "org.apache.logging.log4j:log4j-slf4j-impl:${log4j_version}"
|
||||
compile "org.apache.logging.log4j:log4j-core:${log4j_version}"
|
||||
compile "org.apache.logging.log4j:log4j-web:${log4j_version}"
|
||||
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||
|
Loading…
x
Reference in New Issue
Block a user