maven package can not be introduced error handling

   <-! orderquery thrift client defined -> 
        <dependency> 
            <the groupId> com.sankuai.qcs </ the groupId> 
            <the artifactId> Order-Client </ the artifactId> 
            <Version> for 1.5 . . 7 </ Version> 
        </ dependency> 

        <! - provides some constants orders / return value, enum definitions etc., to facilitate the business side, it is recommended to introduce -> 
        <dependency> 
            <groupId> com.sankuai.qcs </ groupId> 
            <artifactId> the Order-the Common < / the artifactId> 
            <Version> 1.3 . . 6 </ Version> 
        </ dependency>

I project which introduces a package 

com.sankuai.qcs of order-client 1.5.7   
was originally 1.1.7
after the introduction is complete, has been an error, but also re-download an error,
the solution is to delete the local repository of packages:
first find a local warehouse: file ==> other settings ==> default settings:

 

To find the path to the repository: /Users/yinfuqing/.m2/prepository; 

notice: the package groupId = com.sankuai.qcs then there are folders: order-client and order-common deleted and then re-download on the line;

 




Guess you like

Origin www.cnblogs.com/aspirant/p/11284375.html