【发布时间】:2018-01-05 10:46:05
【问题描述】:
这是我在 Maven 构建命令中看到的错误。我发现奇怪的是zeppelin-interpreter的版本是0.8.0-20170724.234851-5,而不是0.8.0-SNAPSHOT。在最后一次提交中,我确实将 guava 版本指定为 15.0,并在新提交中将其更新为 18.0。但是我不明白为什么zeppelin-zengine仍然依赖旧版本0.8.0-20170724.234851-5而不是0.8.0-SNAPSHOT。任何人都可以帮忙吗?谢谢
Dependency convergence error for com.google.guava:guava:15.0 paths to dependency are:
+-org.apache.zeppelin:zeppelin-zengine:0.8.0-SNAPSHOT
+-org.apache.zeppelin:zeppelin-interpreter:0.8.0-20170724.234851-5
+-com.google.guava:guava:15.0
and
+-org.apache.zeppelin:zeppelin-zengine:0.8.0-SNAPSHOT
+-com.google.guava:guava:18.0
【问题讨论】:
-
嗨,你解决这个问题了吗?
标签: java maven dependencies