<dependency>
<groupId>com.catchpoint</groupId>
<artifactId>cp-trace-log-integrations-log4j1</artifactId>
<version>0.0.11</version>
</dependency>
@Grapes(
@Grab(group='com.catchpoint', module='cp-trace-log-integrations-log4j1', version='0.0.11')
)
<parent> <groupId>com.catchpoint</groupId> <artifactId>cp-trace-parent</artifactId> <version>0.0.11</version> </parent>
compile
|-- com.catchpoint:cp-trace-common
|-- com.catchpoint:cp-trace-log
provided
test
|-- junit:junit
|-- org.powermock:powermock-api-mockito2