원인
- 파일 : pom.xml
- 메시지 : 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-oauth2-client:jar is missing.
- 코드
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency>
해결방법
artifactld 밑에 버전 코드 추가
<version>2.3.3.RELEASE</version>
주석
버전을 추가하지 않아서 생긴 오류 (왜 지워졌지...?)