File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ ## grace-boot-test
2+
Original file line number Diff line number Diff line change 1+ dependencies {
2+ api project(" :grace-test" )
3+ api project(" :grace-test-support" )
4+ api libs. spring. boot. starter. test
5+ }
Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ spring-boot-loader-tools = { module = "org.springframework.boot:spring-boot-load
202202spring-boot-starter = { module = " org.springframework.boot:spring-boot-starter" , version.ref = " spring-boot" }
203203spring-boot-starter-json = { module = " org.springframework.boot:spring-boot-starter-json" , version.ref = " spring-boot" }
204204spring-boot-starter-logging = { module = " org.springframework.boot:spring-boot-starter-logging" , version.ref = " spring-boot" }
205+ spring-boot-starter-test = { module = " org.springframework.boot:spring-boot-starter-test" , version.ref = " spring-boot" }
205206spring-boot-starter-tomcat = { module = " org.springframework.boot:spring-boot-starter-tomcat" , version.ref = " spring-boot" }
206207spring-boot-test = { module = " org.springframework.boot:spring-boot-test" , version.ref = " spring-boot" }
207208spring-context = { module = " org.springframework:spring-context" , version.ref = " spring-framework" }
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ include (
1313 ' grace-boot-persistence' ,
1414 ' grace-boot-plugin' ,
1515 ' grace-boot-rest' ,
16+ ' grace-boot-test' ,
1617 ' grace-boot-validation' ,
1718 ' grace-boot-web' ,
1819 ' grace-bootstrap' ,
You can’t perform that action at this time.
0 commit comments