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
In a scenario where you are testing Camel component A and your test depends on Camel component B is necessary to include Camel component B as a provided dependency on the test pom.
This makes testing more complicated, pollutes the pom and makes it harder to manage test dependencies.