• Andy Wilkinson's avatar
    Exclude bean-validator from jersey-spring3 to avoid classpath pollution · 81f876aa
    Andy Wilkinson authored
    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
    81f876aa
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...