How do I tell Maven to use the latest version of a dependency?

前端 未结 12 716
慢半拍i
慢半拍i 2020-11-21 11:37

In Maven, dependencies are usually set up like this:


  wonderful-inc         


        
12条回答
  •  醉话见心
    2020-11-21 12:26

    MY solution in maven 3.5.4 ,use nexus, in eclipse:

    
        yilin.sheng
        webspherecore
        LATEST 
    
    

    then in eclipse: atl + F5, and choose the force update of snapshots/release

    it works for me.

提交回复
热议问题