티스토리 뷰

SMALL

1. 오류 메시지

Execution failed for task ':compileTestJava'. > Could not resolve all files for configuration ':testCompileClasspath'. > Could not find org.spirngframework.security:spring-security-test:.

 

test 실행시켰는데 나온 오류 메시지이다. 

Could not find org.spirngframework.security:spring-security-test 이게 주요 메시지이다. 

 

2. 오류 해결

spring-security-test를 찾을 수 없다는 것이 build.gradle문제인 것 같아서 찾아봤더니

testImplementation 'org.spirngframework.security:spring-security-test'

 

이 코드가 있어서 지워서 다시 실행했더니 잘된다.

반응형
LIST
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함