Description of problem: New jBPM (Maven) project can't be compiled. There are missing dependencies in pom.xml Version-Release number of selected component (if applicable): jbds-8.1.0.GA_jbdsis-8.0.4.CR2 but also in latest BPMN2 Modeler 1.1.4.201510212019 for luna Steps to Reproduce: 1. Create new project as (File -> New -> Other -> jBPM -> jBPM project (Maven) 2. Open pom.xml of given project 3. There are completely missing dependencies Actual results: Missing dependencies tag in pom.xml, project can't be compiled Expected results: Not missing dependencies tag in pom.xml, project can be compiled
Eclipse Maven integration should download the missing jars automatically (although that might take a while), is it possible it's just waiting on that still?
Kris, I don't think so. There is completely missing tag: <dependencies> <dependnecy> ... any dependnecy ... </dependnecy> </dependencies> in pom.xml
Andrej Podhradsky <apodhrad> updated the status of jira DROOLS-1149 to Closed
Verified with JBDS 9.1.0.GA + JBDS-IS 9.0.0.GA (contains Drools 6.4.1.Final-v20160503-1355-B205)