cancel
Showing results for 
Search instead for 
Did you mean: 

UnResolved Dependencies

sagarieduri
Champ in-the-making
Champ in-the-making
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
5 REPLIES 5

sagarieduri
Champ in-the-making
Champ in-the-making
After adding the pom file dependency as:
"org.activiti" % "activiti-root" % "5.22.0-SNAPSHOT" pomOnly()

I'm getting the same issue.

jbarrez
Star Contributor
Star Contributor
does a 'mvn -Pcheck clean install -DskipTests' (or instead of check a 'distro') works?

sagarieduri
Champ in-the-making
Champ in-the-making
Hello Jbarrez,
                 I did the steps that you suggested in the above comment along with that i have deployed it to my local artifactory with command as 'mvn clean install -Pdistro' now i got jar files of all the modules( of activiti source code ) in my artifactory but still i am getting the same error as unresolved dependency.

local-snapshots: no ivy file nor artifact found for org.activiti#activiti-root;5.22.0-SNAPSHOT

Please help me with this .

sagarieduri
Champ in-the-making
Champ in-the-making
Can anyone help me with this,i'm stuck at this point can't able to resolve the dependencies in sbt project.

jbarrez
Star Contributor
Star Contributor
When I do a 'mvn clean install -DskipTests' on the root … I do get an activiti-root in my local repository:

ls -l /Users/jbarrez/.m2/repository/org/activiti/activiti-root/5.22.0-SNAPSHOT/
total 88
-rw-r–r–  1 jbarrez  staff  40480 Jun 13 10:33 activiti-root-5.22.0-SNAPSHOT.pom
-rw-r–r–  1 jbarrez  staff    549 Jun 29 11:14 maven-metadata-local.xml