• Andy Wilkinson's avatar
    Provide dependency management for Antlr 2 · 2d7c0c2f
    Andy Wilkinson authored
    Hibernate depends on antlr:antlr:2.7.7 (the latest version on Antlr 2)
    and fails with earlier 2.7.x versions due to a missing method. This
    can cause problems for Maven users if they also depend on something that
    pulls in an earlier version of Antlr, such as
    spring-boot-starter-velocity. Gradle users are unaffected as, when
    multiple versions of a dependency are found in the graph, Gradle will
    choose the latest version.
    
    This commit adds dependency management for antlr:antlr:2.7.7 to ensure
    that the latest, and Hibernate compatible, version of Antlr 2 is used.
    
    Closes gh-2814
    2d7c0c2f
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-deployment-tests 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...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...