Intellij解释器虽然浏览器成功解析,但未在pom声明的jar中查找条目

时间:2016-06-23 00:11:37

标签: maven intellij-idea

以下是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)

问题是解释器出于某种原因没有找到这些条目:如右下方的红色所示。浏览器没有问题可以找到它们(左下图):

enter image description here

那么......任何想法可能会发生什么?

0 个答案:

没有答案