개발 로그
메이븐 오류 해결 - Blocked mirror for repositories
유스베리핀
2022. 1. 20. 09:00
문제
maven 빌드 시, Blocked mirror for repositories 발생
원인
2020년 1월 15일부터 Central Repository가 HTTP를 통한 통신을 더 이상 지원하지 않는다고 발표
해결방법
1. http:// -> https:// 프로토콜 변경.
2. maven 버전 3.8.1 미만으로 변경
https://maven.apache.org/docs/3.8.1/release-notes.html#cve-2021-26291