• Andy Wilkinson's avatar
    Ensure that spring-boot-starter-ws pulls in the right version of Spring · fdc3d70c
    Andy Wilkinson authored
    Prior to this commit, when used with Gradle, spring-boot-starter-ws was
    pulling in the versions of spring-jms, spring-oxm, and spring-tx that
    Spring WS depends upon, rather than using the Boot’s Spring version.
    It’s ok at the moment as both Boot and Spring WS depend on Spring 4.0.5
    but will cause problems if we upgrade to 4.0.6 before Spring WS does.
    
    This commit adds explicit dependencies on spring-jms and spring-oxm so
    that Gradle pulls in the correct version (as long as a transitive
    dependency doesn’t pull in a version that’s greater than the version
    Boot’s using).
    fdc3d70c
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-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies 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...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...