TroubleShooting
[spring] pom.xml 에러
OSC131
2019. 6. 28. 00:44
728x90
반응형
Failure to transfer commons-cli:commons-cli:pom:1.0 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact commons-cli:commons-cli:pom:1.0 from/to central (http://repo.maven.apache.org/maven2): Failed to create a selector. to http://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
1. .m2/repository 폴더를 삭제 후 ( default User/.m2 )
2. STS 프로젝트 우클릭 > Maven > Update Project... > Force update of Snapshots/Releases
728x90
반응형