You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though the dependency for org.assertj:assertj-core is in the section labelled for test dependencies it does not have a <scope>test</scope> element, leading to it being treated as a compile scope dependency, which causes downstream depenencies to include org.assertj:assertj-core unecessarily.
Version
2.14.0
Bug description
Even though the dependency for
org.assertj:assertj-core
is in the section labelled for test dependencies it does not have a<scope>test</scope>
element, leading to it being treated as a compile scope dependency, which causes downstream depenencies to includeorg.assertj:assertj-core
unecessarily.Actual behavior
org.assertj:assertj-core
dependency is included by downstream dependencies ofsshd-contrib
, even though it is not used at runtimeExpected behavior
org.assertj:assertj-core
should have a<scope>test</scope>
element so that it is only used at test time.Relevant log output
Other information
No response
The text was updated successfully, but these errors were encountered: