JBoss Community

jbpm5 maven repo reference

created by Hany Mesha in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community