Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test-distribution classpath re resolver (#8187)
* Fix test-distribution classpath re resolver As currently it seems mixed versions of resolver artifacts are present on classpath. Resolver 1.8.0 introduces a binary breakage. Anyway, this fixes the thing, as impl was actually coming in as transitive dep of maven-resolver-provider, that is NOT the same version as the rest of resolver dependencies. Relying on transitive while fixing other versions is wrong. * Update to resolver 1.8.1 And add exclusion to banned dependency, that is used when running in SISU container.
- Loading branch information
3fabe54
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
anyway we will have to find an alternative of maven-resolver as it looks to be schedule to get rid of what we need here (e.g ServicesLocator cf https://cwiki.apache.org/confluence/display/MAVEN/Maven+Ecosystem+Cleanup ) "Phase 2"