以下是spark-2.0.0-SNAPSHOT/core
pom.xml
的条目:
<dependency>
<groupId>net.razorvine</groupId>
<artifactId>pyrolite</artifactId>
<version>4.12</version>
<exclusions>
<exclusion>
<groupId>net.razorvine</groupId>
<artifactId>serpent</artifactId>
</exclusion>
</exclusions>
</dependency>
请注意,(a)这在命令行上构建良好,(b)我对最新版本进行了更新(4.9 - &gt; 4.12)
问题是解释器出于某种原因没有找到这些条目:如右下方的红色所示。浏览器没有问题可以找到它们(左下图):
那么......任何想法可能会发生什么?