spring-boot/spring-boot-project
Andy Wilkinson 68f59a0d40 Move dependency management for JNA into spring-boot-parent
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
2020-02-13 12:26:40 +00:00
..
spring-boot Merge branch '2.2.x' 2020-02-11 19:43:42 -08:00
spring-boot-actuator Add actuator specific ObjectMapper 2020-02-12 20:10:25 +01:00
spring-boot-actuator-autoconfigure Add actuator specific ObjectMapper 2020-02-12 20:10:25 +01:00
spring-boot-autoconfigure Upgrade to Asciidoctor Gradle JVM 3.0.0 2020-02-13 09:42:17 +00:00
spring-boot-cli Disambiguate a class in RabbitMQ CLI sample 2020-02-04 14:23:42 -06:00
spring-boot-dependencies Move dependency management for JNA into spring-boot-parent 2020-02-13 12:26:40 +00:00
spring-boot-devtools Use new AssertJ duration assertions 2020-01-30 08:14:49 +01:00
spring-boot-docs Fix configuration property references in the reference docs 2020-02-13 11:51:43 +00:00
spring-boot-parent Move dependency management for JNA into spring-boot-parent 2020-02-13 12:26:40 +00:00
spring-boot-properties-migrator Add missing deployed plugin to modules 2020-02-06 16:29:20 +01:00
spring-boot-starters Fix Spring Boot version reference in spring-boot-starter-parent 2020-02-13 08:30:21 +01:00
spring-boot-test Remove superfluous useJUnit() 2020-02-06 16:54:51 +01:00
spring-boot-test-autoconfigure Fix some deprecation warnings 2020-02-10 15:28:30 +01:00
spring-boot-tools Upgrade to Spring Asciidoctor Extensions 0.4.1.RELEASE 2020-02-13 11:45:29 +00:00