Move SQL packages from -all modules into corresponding non-all modules
This commit is contained in:
parent
007dd88981
commit
bd9bedb189
|
@ -22,5 +22,4 @@ org.springframework.boot.r2dbc.init.R2dbcScriptDatabaseInitializerDetector
|
|||
org.springframework.boot.sql.init.dependency.DependsOnDatabaseInitializationDetector=\
|
||||
org.springframework.boot.jdbc.SpringJdbcDependsOnDatabaseInitializationDetector,\
|
||||
org.springframework.boot.jooq.JooqDependsOnDatabaseInitializationDetector,\
|
||||
org.springframework.boot.orm.jpa.JpaDependsOnDatabaseInitializationDetector,\
|
||||
org.springframework.boot.sql.init.dependency.AnnotationDependsOnDatabaseInitializationDetector
|
||||
org.springframework.boot.orm.jpa.JpaDependsOnDatabaseInitializationDetector
|
||||
|
|
|
@ -43,6 +43,7 @@ dependencies {
|
|||
testFixturesCompileOnly("org.eclipse.jetty.http2:jetty-http2-client-transport")
|
||||
testFixturesCompileOnly("jakarta.servlet:jakarta.servlet-api")
|
||||
testFixturesCompileOnly("org.mockito:mockito-core")
|
||||
testFixturesCompileOnly("org.springframework:spring-tx")
|
||||
testFixturesCompileOnly("org.springframework:spring-web")
|
||||
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
|
|
|
@ -92,5 +92,5 @@ org.springframework.boot.io.Base64ProtocolResolver
|
|||
# Resource File Path Resolvers
|
||||
org.springframework.boot.io.ApplicationResourceLoader$FilePathResolver=\
|
||||
org.springframework.boot.io.ClassPathResourceFilePathResolver,\
|
||||
org.springframework.boot.web.reactive.context.FilteredReactiveWebContextResourceFilePathResolver,\
|
||||
org.springframework.boot.web.servlet.context.ServletContextResourceFilePathResolver
|
||||
org.springframework.boot.web.context.ServletContextResourceFilePathResolver,\
|
||||
org.springframework.boot.web.reactive.context.FilteredReactiveWebContextResourceFilePathResolver
|
||||
|
|
Loading…
Reference in New Issue