We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implementation "org.elasticsearch:elasticsearch:6.5.4"
io.spring.dependency-management
id "io.spring.dependency-management" version "1.0.12.RELEASE"
gradle dependencies
build.gradle
pom.xml
buildscript { ext { set('elasticsearch.version', '6.5.4') // 추가 ... } }
The text was updated successfully, but these errors were encountered:
occidere
No branches or pull requests
상황
implementation "org.elasticsearch:elasticsearch:6.5.4"
io.spring.dependency-management
도 같이 사용하는 중id "io.spring.dependency-management" version "1.0.12.RELEASE"
gradle dependencies
또는 빌드된 jar 를 열어보면 의도하지 않았던 다른 버전의 라이브러리가 대신 들어가 있음원인
io.spring.dependency-management
내부적으로build.gradle
(또는pom.xml
) 를 포함하고 있음해결
참고
The text was updated successfully, but these errors were encountered: