<dependency>
<groupId>com.github.dblock.waffle</groupId>
<artifactId>waffle-tomcat6</artifactId>
<version>1.5</version>
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-tomcat6', version='1.5')
)
compile
|-- com.github.dblock.waffle:waffle-jna
provided
|-- org.apache.tomcat:catalina:6.0.35
|-- org.apache.tomcat:coyote:6.0.35
|-- org.apache.tomcat:juli:6.0.35
|-- org.apache.tomcat:servlet-api:6.0.35
test