Break the link between spring-boot-test and spring-boot-all
See gh-46071
This commit is contained in:
parent
e3bb0c144c
commit
914eb653d0
|
@ -59,7 +59,6 @@ dependencies {
|
|||
optional("org.apache.groovy:groovy")
|
||||
optional("org.apache.groovy:groovy-xml")
|
||||
optional("org.crac:crac")
|
||||
optional("org.eclipse.jetty:jetty-client")
|
||||
optional("org.hamcrest:hamcrest-library")
|
||||
optional("org.hibernate.orm:hibernate-core")
|
||||
optional("org.hibernate.validator:hibernate-validator")
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
org.springframework.aot.hint.RuntimeHintsRegistrar=\
|
||||
org.springframework.boot.http.client.ClientHttpRequestFactoryRuntimeHints
|
|
@ -25,7 +25,7 @@ plugins {
|
|||
description = "Spring Boot Test"
|
||||
|
||||
dependencies {
|
||||
api(project(":spring-boot-project:spring-boot-all"))
|
||||
api(project(":spring-boot-project:spring-boot"))
|
||||
api("org.springframework:spring-test")
|
||||
|
||||
optional("com.fasterxml.jackson.core:jackson-databind")
|
||||
|
|
|
@ -37,11 +37,14 @@ dependencies {
|
|||
optional("com.google.code.gson:gson")
|
||||
optional("jakarta.servlet:jakarta.servlet-api")
|
||||
optional("jakarta.validation:jakarta.validation-api")
|
||||
optional("io.projectreactor.netty:reactor-netty-http")
|
||||
optional("org.apache.groovy:groovy")
|
||||
optional("org.apache.httpcomponents.client5:httpclient5")
|
||||
optional("org.apache.logging.log4j:log4j-api")
|
||||
optional("org.apache.logging.log4j:log4j-core")
|
||||
optional("org.apache.logging.log4j:log4j-jul")
|
||||
optional("org.crac:crac")
|
||||
optional("org.eclipse.jetty:jetty-client")
|
||||
optional("org.jetbrains.kotlin:kotlin-reflect")
|
||||
optional("org.jetbrains.kotlin:kotlin-stdlib")
|
||||
optional("org.slf4j:jul-to-slf4j")
|
||||
|
|
|
@ -5,6 +5,7 @@ org.springframework.boot.WebApplicationType$WebApplicationTypeRuntimeHints,\
|
|||
org.springframework.boot.context.config.ConfigDataLocationRuntimeHints,\
|
||||
org.springframework.boot.context.config.ConfigDataPropertiesRuntimeHints,\
|
||||
org.springframework.boot.env.PropertySourceRuntimeHints,\
|
||||
org.springframework.boot.http.client.ClientHttpRequestFactoryRuntimeHints,\
|
||||
org.springframework.boot.json.JacksonRuntimeHints,\
|
||||
org.springframework.boot.logging.java.JavaLoggingSystemRuntimeHints,\
|
||||
org.springframework.boot.logging.logback.LogbackRuntimeHints,\
|
||||
|
|
Loading…
Reference in New Issue