Maven not downloading dependencies in Eclipse

后端 未结 11 1578
伪装坚强ぢ
伪装坚强ぢ 2021-01-03 19:08

I am setting up a project in eclipse . This projects builds successfully through command line(all mvn commands like mvn package, mvn compile<

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-03 19:50

    For me I changed the packaging from pom to jar, and then the dependency got downloaded.

    so I changed from pom to jar
    

提交回复
热议问题