解决方法:
bash
删除resolver-status.properties文件和path-to-the-library文件夹
bash
#/root/.m2为默认maven仓库和配置文件地址 按需填写
find /root/.m2 -name "resolver-status.properties"|xargs rm -f
find /root/.m2 -name "resolver-status.properties" |xargs rm -f

