<dependency>
<groupId>se.kth.infosys.log4j2</groupId>
<artifactId>bunyan-layout</artifactId>
<version>2.0.1</version>
</dependency>
@Grapes(
@Grab(group='se.kth.infosys.log4j2', module='bunyan-layout', version='2.0.1')
)
compile
|-- org.apache.logging.log4j:log4j-core:2.6.2
|-- com.google.code.gson:gson:2.7
test
|-- junit:junit:4.12