Merge branch '2.3.x'
Closes gh-21940
This commit is contained in:
@@ -2,7 +2,6 @@ plugins {
|
||||
id "java-library"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.deployed"
|
||||
id "org.springframework.boot.internal-dependency-management"
|
||||
}
|
||||
|
||||
description = "Spring Boot Antlib"
|
||||
@@ -20,8 +19,6 @@ dependencies {
|
||||
antUnit "org.apache.ant:ant-antunit:1.3"
|
||||
antIvy "org.apache.ivy:ivy:2.5.0"
|
||||
|
||||
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
|
||||
|
||||
compileOnly(project(":spring-boot-project:spring-boot-tools:spring-boot-loader"))
|
||||
compileOnly("org.apache.ant:ant:${antVersion}")
|
||||
|
||||
|
||||
@@ -2,13 +2,11 @@ plugins {
|
||||
id "java-library"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.deployed"
|
||||
id "org.springframework.boot.internal-dependency-management"
|
||||
}
|
||||
|
||||
description = "Spring Boot Buildpack Platform"
|
||||
|
||||
dependencies {
|
||||
api(platform(project(":spring-boot-project:spring-boot-parent")))
|
||||
api("com.fasterxml.jackson.core:jackson-databind")
|
||||
api("com.fasterxml.jackson.module:jackson-module-parameter-names")
|
||||
api("net.java.dev.jna:jna-platform")
|
||||
|
||||
@@ -2,7 +2,6 @@ plugins {
|
||||
id "java-library"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.deployed"
|
||||
id "org.springframework.boot.internal-dependency-management"
|
||||
}
|
||||
|
||||
description = "Spring Boot Configuration Metadata"
|
||||
|
||||
@@ -4,7 +4,6 @@ plugins {
|
||||
id "org.asciidoctor.jvm.convert"
|
||||
id "org.asciidoctor.jvm.pdf"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.internal-dependency-management"
|
||||
id "org.springframework.boot.maven-repository"
|
||||
id "org.springframework.boot.optional-dependencies"
|
||||
}
|
||||
@@ -12,7 +11,9 @@ plugins {
|
||||
description = "Spring Boot Gradle Plugin"
|
||||
|
||||
configurations {
|
||||
asciidoctorExtensions
|
||||
asciidoctorExtensions {
|
||||
extendsFrom dependencyManagement
|
||||
}
|
||||
documentation
|
||||
}
|
||||
|
||||
@@ -26,19 +27,14 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
|
||||
|
||||
asciidoctorExtensions(platform(project(":spring-boot-project:spring-boot-parent")))
|
||||
asciidoctorExtensions("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch")
|
||||
|
||||
implementation(platform(project(":spring-boot-project:spring-boot-parent")))
|
||||
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform"))
|
||||
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))
|
||||
implementation("io.spring.gradle:dependency-management-plugin")
|
||||
implementation("org.apache.commons:commons-compress")
|
||||
implementation("org.springframework:spring-core")
|
||||
|
||||
optional(platform(project(":spring-boot-project:spring-boot-dependencies")))
|
||||
optional("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50")
|
||||
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
|
||||
@@ -2,14 +2,11 @@ plugins {
|
||||
id "java-library"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.deployed"
|
||||
id "org.springframework.boot.internal-dependency-management"
|
||||
}
|
||||
|
||||
description = "Spring Boot Layers Tools"
|
||||
|
||||
dependencies {
|
||||
api(platform(project(":spring-boot-project:spring-boot-parent")))
|
||||
|
||||
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader"))
|
||||
implementation("org.springframework:spring-core")
|
||||
|
||||
@@ -17,4 +14,3 @@ dependencies {
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
testImplementation("org.mockito:mockito-core")
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@ plugins {
|
||||
id "java-library"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.deployed"
|
||||
id "org.springframework.boot.internal-dependency-management"
|
||||
}
|
||||
|
||||
description = "Spring Boot Loader Tools"
|
||||
@@ -10,12 +9,15 @@ description = "Spring Boot Loader Tools"
|
||||
def generatedResources = "${buildDir}/generated-resources/main"
|
||||
|
||||
configurations {
|
||||
loader
|
||||
jarmode
|
||||
loader {
|
||||
extendsFrom dependencyManagement
|
||||
}
|
||||
jarmode {
|
||||
extendsFrom dependencyManagement
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(platform(project(":spring-boot-project:spring-boot-parent")))
|
||||
api("org.apache.commons:commons-compress")
|
||||
api("org.springframework:spring-core")
|
||||
|
||||
|
||||
@@ -2,14 +2,11 @@ plugins {
|
||||
id "java-library"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.deployed"
|
||||
id "org.springframework.boot.internal-dependency-management"
|
||||
}
|
||||
|
||||
description = "Spring Boot Loader"
|
||||
|
||||
dependencies {
|
||||
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
|
||||
|
||||
compileOnly("org.springframework:spring-core")
|
||||
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
|
||||
@@ -2,7 +2,6 @@ plugins {
|
||||
id "org.asciidoctor.jvm.convert"
|
||||
id "org.asciidoctor.jvm.pdf"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.internal-dependency-management"
|
||||
id "org.springframework.boot.maven-plugin"
|
||||
id "org.springframework.boot.optional-dependencies"
|
||||
}
|
||||
@@ -14,8 +13,6 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(platform(project(":spring-boot-project:spring-boot-parent")))
|
||||
|
||||
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations")
|
||||
compileOnly("org.sonatype.plexus:plexus-build-api")
|
||||
|
||||
@@ -24,7 +21,6 @@ dependencies {
|
||||
implementation("org.apache.maven.shared:maven-common-artifact-filters")
|
||||
implementation("org.apache.maven:maven-plugin-api")
|
||||
|
||||
intTestImplementation(platform(project(":spring-boot-project:spring-boot-parent")))
|
||||
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform"))
|
||||
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))
|
||||
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
@@ -33,7 +29,6 @@ dependencies {
|
||||
intTestImplementation("org.junit.jupiter:junit-jupiter")
|
||||
intTestImplementation("org.testcontainers:testcontainers")
|
||||
|
||||
optional(platform(project(":spring-boot-project:spring-boot-parent")))
|
||||
optional("org.apache.maven.plugins:maven-shade-plugin")
|
||||
|
||||
runtimeOnly("org.sonatype.plexus:plexus-build-api")
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
plugins {
|
||||
id "java-library"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.internal-dependency-management"
|
||||
}
|
||||
|
||||
description = "Spring Boot Testing Support"
|
||||
|
||||
Reference in New Issue
Block a user