<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-core</artifactId>
<version>4.0.RC5</version>
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra-core', version='4.0.RC5')
)
<parent> <groupId>org.ow2.orchestra</groupId> <artifactId>orchestra-parent</artifactId> <version>4.0.RC5</version> </parent>
compile
|-- org.jbpm:pvm
|-- hsqldb:hsqldb
|-- org.ow2.novabpm:novaBpmUtil
|-- org.apache.axis:axis-saaj:1.4
|-- commons-pool:commons-pool:1.3
|-- org.ow2.orchestra:orchestra-api
test
|-- junit:junit