<dependency>
<groupId>eu.codearte.catch-exception</groupId>
<artifactId>catch-exception</artifactId>
<version>1.4.6</version>
</dependency>
@Grapes(
@Grab(group='eu.codearte.catch-exception', module='catch-exception', version='1.4.6')
)
<parent> <groupId>eu.codearte.catch-exception</groupId> <artifactId>catch-exception-parent</artifactId> <version>1.4.6</version> </parent>
compile
|-- org.objenesis:objenesis:2.5.1
|-- org.easytesting:fest-assert-core:2.0M10
|-- org.assertj:assertj-core:1.5.0
|-- junit:junit:4.12
test
|-- org.powermock:powermock-module-junit4:1.6.6
|-- org.powermock:powermock-api-mockito:1.6.6
|-- org.springframework:spring-context:4.3.7.RELEASE
|-- org.springframework:spring-test:4.3.7.RELEASE
|-- org.springframework:spring-web:4.3.7.RELEASE