File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 2525 <groupId >org.springframework.boot</groupId >
2626 <artifactId >spring-boot-starter-data-rest</artifactId >
2727 </dependency >
28-
2928 <dependency >
3029 <groupId >org.springframework.boot</groupId >
3130 <artifactId >spring-boot-starter-test</artifactId >
3231 <scope >test</scope >
3332 </dependency >
33+ <dependency >
34+ <groupId >org.springframework.boot</groupId >
35+ <artifactId >spring-boot-testcontainers</artifactId >
36+ <scope >test</scope >
37+ </dependency >
38+ <dependency >
39+ <groupId >org.testcontainers</groupId >
40+ <artifactId >junit-jupiter</artifactId >
41+ <scope >test</scope >
42+ </dependency >
43+ <dependency >
44+ <groupId >org.testcontainers</groupId >
45+ <artifactId >neo4j</artifactId >
46+ <scope >test</scope >
47+ </dependency >
3448 </dependencies >
3549
3650 <build >
You can’t perform that action at this time.
0 commit comments