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
这些依赖如果不指定scope,就传递到使用者的项目里了,这是不合理的。我不可能把lombok、junit之类的打包到最终可执行的jar里去的(比如springboot应用)
The text was updated successfully, but these errors were encountered:
1.lombok应该改为compile依赖。 2.junit、unitils-core、mockito-core、h2已经是test的scope,curator-test应该改为test的scope。 下个版本会更新。
Sorry, something went wrong.
f645f25
No branches or pull requests
这些依赖如果不指定scope,就传递到使用者的项目里了,这是不合理的。我不可能把lombok、junit之类的打包到最终可执行的jar里去的(比如springboot应用)
The text was updated successfully, but these errors were encountered: