[ERROR] Failed to execute goal on project activiti-bpmn-layout: Could not resolve dependencies for project org.activiti:activiti-bpmn-layout:jar:6.0.1-SNAPSHOT: Could not find artifact com.github.jgraph:jgraphx:jar:v3.9.3 in nexus (http://maven.aliyun.com/nexus/content/groups/public/) -> [Help 1]
[ERROR]
com.github.jgraph:jgraphx:jar:v3.9.3
下面是本人遇到此報錯之后的,解決辦法,您請嘗試一下,如不效,請另擇他法。
添加倉庫:
1 <repositories> 2 <repository> 3 <id>com.github.jgraph</id> 4 <name>Mulesoft repository</name> 5 <url>https://repository.mulesoft.org/nexus/content/repositories/public/</url> 6 <snapshots> 7 <enabled>true</enabled> 8 </snapshots> 9 </repository> 10 </repositories>
思路是:
大量的依賴都已正常dependency,只報了其中一個無法找到。那就單獨處理這一個好了。
具體操作: