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