Hello All,
I have downloaded the latest activiti source code from git hub(5.22.0-SNAPSHOT) and compiled it successfully and then published it to my local artifactory.
My project is in sbt ,here i have added the dependencies of activiti-engine,activiti-json-converter,activiti-bpmn-model with same version but i am not able to resolve the dependencies,i am getting the following error:
unresolved dependency: org.activiti#activiti-bpmn-model;5.22.0-SNAPSHOT: local-snapshots: no ivy file nor artifact found for org.activiti#activiti-root;5.22.0-SNAPSHOT
Can anyone please help me with this!!!
Thanks in advance,
Sagari