File tree Expand file tree Collapse file tree
src/test/java/zin/rashidi/data/event/user Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,8 @@ repositories {
1919
2020dependencies {
2121 implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
22- implementation(" org.springframework.boot:spring-boot-starter-data-jpa-test:4.0.2" )
2322 runtimeOnly(" org.postgresql:postgresql" )
24- testImplementation(" org.springframework.boot:spring-boot-starter-test" )
23+ testImplementation(" org.springframework.boot:spring-boot-starter-data-jpa- test" )
2524 testImplementation(" org.springframework.boot:spring-boot-testcontainers" )
2625 testImplementation(" org.testcontainers:testcontainers-junit-jupiter" )
2726 testImplementation(" org.testcontainers:testcontainers-postgresql" )
Original file line number Diff line number Diff line change 44import org .junit .jupiter .api .Test ;
55import org .springframework .beans .factory .annotation .Autowired ;
66import org .springframework .boot .data .jpa .test .autoconfigure .DataJpaTest ;
7- import org .springframework .boot .data . jpa .test .autoconfigure .TestEntityManager ;
7+ import org .springframework .boot .jpa .test .autoconfigure .TestEntityManager ;
88import org .springframework .boot .testcontainers .service .connection .ServiceConnection ;
99import org .springframework .context .annotation .ComponentScan .Filter ;
1010import org .testcontainers .junit .jupiter .Container ;
You can’t perform that action at this time.
0 commit comments