<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-request-servlet</artifactId>
<version>1.4.20</version>
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-request-servlet', version='1.4.20')
)