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