UnResolved Dependencies
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 03:41 AM
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
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
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 03:52 AM
After adding the pom file dependency as:
"org.activiti" % "activiti-root" % "5.22.0-SNAPSHOT" pomOnly()
I'm getting the same issue.
"org.activiti" % "activiti-root" % "5.22.0-SNAPSHOT" pomOnly()
I'm getting the same issue.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 05:14 AM
does a 'mvn -Pcheck clean install -DskipTests' (or instead of check a 'distro') works?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 06:01 AM
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 .
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 .
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2016 04:01 AM
Can anyone help me with this,i'm stuck at this point can't able to resolve the dependencies in sbt project.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2016 05:16 AM
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
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
