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