File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
main/java/org/springframework/modulith/test
test/java/org/springframework/modulith/test Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 4646 <nullaway .version>0.12.7</nullaway .version>
4747 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4848 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
49- <spring-boot .version>4.0.0-SNAPSHOT </spring-boot .version>
49+ <spring-boot .version>4.0.0-M3 </spring-boot .version>
5050 <spring-framework .version>7.0.0-M9</spring-framework .version> <!-- For Javadoc links only -->
5151 <testcontainers .version>1.21.3</testcontainers .version>
5252 <structurizr .version>4.1.0</structurizr .version>
Original file line number Diff line number Diff line change 6060 <optional >true</optional >
6161 </dependency >
6262
63+ <dependency >
64+ <groupId >org.springframework.boot</groupId >
65+ <artifactId >spring-boot-persistence</artifactId >
66+ <version >${spring-boot.version} </version >
67+ <scope >test</scope >
68+ </dependency >
69+
6370 <dependency >
6471 <groupId >org.springframework.boot</groupId >
6572 <artifactId >spring-boot-starter-test</artifactId >
Original file line number Diff line number Diff line change 4444class ModuleTestAutoConfiguration {
4545
4646 static final String AUTOCONFIG_PACKAGES = "org.springframework.boot.autoconfigure.AutoConfigurationPackages" ;
47- static final String ENTITY_SCAN_PACKAGE = "org.springframework.boot.autoconfigure.domain .EntityScanPackages" ;
47+ static final String ENTITY_SCAN_PACKAGE = "org.springframework.boot.persistence.autoconfigure .EntityScanPackages" ;
4848
4949 static class AutoConfigurationAndEntityScanPackageCustomizer implements ImportBeanDefinitionRegistrar {
5050
Original file line number Diff line number Diff line change 2121import org .springframework .boot .autoconfigure .AutoConfigurations ;
2222import org .springframework .boot .autoconfigure .EnableAutoConfiguration ;
2323import org .springframework .boot .autoconfigure .SpringBootApplication ;
24- import org .springframework .boot .autoconfigure . domain .EntityScan ;
25- import org .springframework .boot .autoconfigure . domain .EntityScanPackages ;
24+ import org .springframework .boot .persistence . autoconfigure .EntityScan ;
25+ import org .springframework .boot .persistence . autoconfigure .EntityScanPackages ;
2626import org .springframework .boot .test .context .runner .ApplicationContextRunner ;
2727
2828/**
You can’t perform that action at this time.
0 commit comments