Move SQL packages from -all modules into corresponding non-all modules
This commit is contained in:
committed by
Phillip Webb
parent
77b2f83a6d
commit
b0f5788d9a
@@ -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"))
|
||||
|
||||
@@ -91,5 +91,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
|
||||
|
||||
Reference in New Issue
Block a user