Solved, the dependency was inherited transitively by maven-artifact-2.0.9.
You should never rely on transitive dependencies if you directly use its classes/methods in your code but always declare them directly. The goal
dependency:analyzecan help you a big deal in ensuring all your dependencies are properly declared.
Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]