spring-boot/spring-boot-dependencies
Andy Wilkinson 81f876aac5 Exclude bean-validator from jersey-spring3 to avoid classpath pollution
jersey-spring3 has a transtive dependencies on HK2’s bean-validator
module that embeds JBoss Logging, Hibernate Validator, and Classmate
without repackaging them. This makes it impossible to control the
version of those three libraries that will be used without relying on
classpath ordering.

This commit excludes the bean-validator dependency from jersey-spring3.
The Jersey starter already depends on our Validation starter which
pulls in the proper, and controllable, version of the three
dependencies listed above so users of our starters will be unaffected.

Closes gh-4186
2015-10-14 20:36:43 +01:00
..
src/main/xslt Support bom-based dependency management in the CLI 2015-05-07 14:58:23 +01:00
pom.xml Exclude bean-validator from jersey-spring3 to avoid classpath pollution 2015-10-14 20:36:43 +01:00