Dependency '디펜던시명' not found
Tag name: artifactid
Description : The unique id for an artifact produced by the project group, e.g.maven-artifact.
Version : 3.0.0+
File -> Invalidate Caches / Restart... -> Invalidate and Restart
Settings -> Build, Execution, Depolyment -> Build Tools -> Maven 에 Local repository에 해당하는 경로로 이동해서 repository 삭제
Settings -> Build, Execution, Depolyment -> Build Tools ->Maven -> Repositories 에 URL에 해당하는 Remote, Local 을 각 각 클릭하고 우측에 update를 눌러준다.
pom.xml 에 디펜던시를 추가하고 인텔리제이의 우측에 Maven을 클릭하고, Lifecycle에서 clean, install을 실행해 준 뒤 IDE(인텔리제이) 를 껐다가 키면 정상적으로 Library들이 추가된것을 확인할 수 있다.