Intellij idea cannot resolve anything in maven

后端 未结 28 2239
一个人的身影
一个人的身影 2020-11-29 16:15

I\'m new to Intellij Idea, i just import a project with pom.xml, but the ide didn\'t resolve anything in maven dependencies.

Anything defined in p

28条回答
  •  星月不相逢
    2020-11-29 16:40

    I have just had this issue when adding ... elements to a . I just found that if I add (insert) the unresolved dependency elements to the element, the dependencies are downloaded from the maven repository; I can then remove the dependency element from the dependencies element.

提交回复
热议问题