<dependency>
<groupId>org.picketbox</groupId>
<artifactId>picketbox-http</artifactId>
<version>5.0.0-2013Feb01</version>
</dependency>
@Grapes(
@Grab(group='org.picketbox', module='picketbox-http', version='5.0.0-2013Feb01')
)
<parent> <groupId>org.picketbox</groupId> <artifactId>picketbox-core-parent</artifactId> <version>5.0.0-2013Feb01</version> </parent>
compile
|-- org.jboss.logging:jboss-logging
provided
|-- org.picketbox:picketbox-core
|-- org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec
test
|-- org.picketbox:picketbox-core:5.0.0-2013Feb01
|-- junit:junit