IntelliJ中的Maven错误,但不在命令行中

时间:2017-03-13 15:12:36

标签: java maven intellij-idea

我使用如下的lib。我该如何解决这个问题?

<repositories>
   <repository>
   <id>getui-nexus</id>
   <url>http://mvn.gt.igexin.com/nexus/content/repositories/releases/</url>
   </repository>
</repositories>


 <dependency>
        <groupId>com.gexin.platform</groupId>
        <artifactId>gexin-rp-sdk-http</artifactId>
        <version>4.0.1.7</version>
 </dependency>

它在IntelliJ中显示错误,但应用程序运行良好。

enter image description here

1 个答案:

答案 0 :(得分:1)

这不是错误;它警告你,由于某些原因,gexin-rp-sdk-base在你的依赖图中出现(至少)两次依赖。

选择4.0.0.12版本。

有关详细信息,请参阅Apache Maven Dependency Plugin