Force re-download of release dependency using Maven

前端 未结 13 1928
闹比i
闹比i 2020-11-28 20:05

I\'m working on a project with dependency X. X, in turn, depends on Y.

I used to explicitly include Y in my project\'s pom. However, it was not used and to make thin

13条回答
  •  一向
    一向 (楼主)
    2020-11-28 20:10

    Project right click-> Maven -> Update Project and check the checkboxes as in the screen shot. It will update releases as well :)

    enter image description here

提交回复
热议问题