<dependency>
<groupId>org.apache.jclouds.provider</groupId>
<artifactId>aws-sts</artifactId>
<version>2.0.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.jclouds.provider', module='aws-sts', version='2.0.1')
)