• Andy Wilkinson's avatar
    Move dependency management for JNA into spring-boot-parent · 68f59a0d
    Andy Wilkinson authored
    Previously, dependency management for JNA was provided by
    spring-boot-dependencies so it affected users' applications. It was
    original added for Elasticsearch but is no longer needed for that
    purpose. We use JNA in spring-boot-buildpack-platform which is used
    by our Gradle and Maven plugins and should not affect an application's
    use of JNA.
    
    This commit moves management of JNA from spring-boot-dependencies into
    spring-boot-parent. This means that users' applications will now be
    free to use whatever version of JNA meets their needs while still
    controlling the version used for image building via Gradle or Maven.
    
    Closes gh-20156
    68f59a0d
Name
Last commit
Last update
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle/wrapper Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...