diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index de9a7e131a8..03b6b4c3ffb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -887,14 +887,6 @@ bom { ] } } - library("JNA", "4.5.2") { - group("net.java.dev.jna") { - modules = [ - "jna", - "jna-platform" - ] - } - } library("Johnzon", "1.2.3") { group("org.apache.johnzon") { modules = [ diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 6ec70f498dc..f291a82b675 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -21,6 +21,8 @@ dependencies { api("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.1.RELEASE") api("io.spring.asciidoctor:spring-asciidoctor-extensions-spring-boot:0.4.1.RELEASE") api("jline:jline:2.11") + api("net.java.dev.jna:jna:4.5.2") + api("net.java.dev.jna:jna-platform:4.5.2") api("net.sf.jopt-simple:jopt-simple:5.0.4") api("org.apache.commons:commons-compress:1.19") api("org.apache.maven:maven-plugin-api:3.6.3")