<dependency>
<groupId>org.picketbox</groupId>
<artifactId>picketbox-drools</artifactId>
<version>5.0.0-2013Jan24</version>
</dependency>
@Grapes(
@Grab(group='org.picketbox', module='picketbox-drools', version='5.0.0-2013Jan24')
)
<parent> <groupId>org.picketbox</groupId> <artifactId>picketbox-core-parent</artifactId> <version>5.0.0-2013Jan24</version> </parent>
compile
|-- org.picketbox:picketbox-core:5.0.0-2013Jan24
|-- org.picketbox:picketbox-http:5.0.0-2013Jan24
|-- org.drools:drools-core:5.4.0.Final
|-- org.drools:drools-compiler:5.4.0.Final
|-- org.jboss.logging:jboss-logging
test
|-- org.picketbox:picketbox-http:5.0.0-2013Jan24
|-- junit:junit
|-- org.eclipse.jetty:jetty-server