안녕하세요, 영한님
JPA 강의 잘 듣고있습니다.
다름이 아니라, 강의에 나온 query dsl의존성 설정하엿는데
org.gradle.api.artifacts.ResolveException: Could not resolve all dependencies for configuration ':compileClasspath'.
...
Caused by: org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.conflicts.VersionConflictException: A conflict was found between the following modules:
- org.javassist:javassist:3.24.0-GA
- org.javassist:javassist:3.18.2-GA
A conflict was found between the following modules:
- com.google.guava:guava:18.0
- com.google.guava:guava:15.0
Run with:
--scan or
:dependencyInsight --configuration compileClasspath --dependency org.javassist:javassist
위와 같은 에러가 생깁니다.
guava와 의존성이 충돌하는것 같은데.. 해결할 수 있는 방법이 있을까요?