Maven dependency not found

后端 未结 3 438
我寻月下人不归
我寻月下人不归 2020-12-28 16:07

Me and my friend are working on a Java maven project, the setup is identical as we get the project from git. On my setup Maven imports all dependencies correctly but for my

3条回答
  •  伪装坚强ぢ
    2020-12-28 17:01

    You could do try with the following solutions:

    1.Check if your friend is using any proxy, if so add the proxy settings in the settings.xml of maven folder.

    
            
                optional
                true
                http
                somthing.com
                portnumber
            
    
        
    
    1. update maven and then check with latest version whether you are able to download.
    2. you could manually download jars and then update the repository settings in settings.xml

提交回复
热议问题