Hany Mesha [http://community.jboss.org/people/hmesha] created the discussion
"jbpm5 maven repo reference" To view the discussion, visit: http://community.jboss.org/message/574145#574145 -------------------------------------------------------------- Hi all, I'm working on integrating jbpm5 snapshot into a maven based project. I want to include dependency in my pom.xml for jbpm-flow to be able to interact with jbpm5 process runtime. However once I include the following dependency I get errors in my pom,xml about missing set of artifacts. What am I missing here? <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm</artifactId> <version>${jbpm.version}</version> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-flow</artifactId> <version>${jbpm.version}</version> </dependency> Any help would be appreciate it. Thanks, Hany Mesha -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/574145#574145] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
