File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ ## grace-boot-rest
2+
Original file line number Diff line number Diff line change 1+ dependencies {
2+ api project(" :grace-plugin-codecs" )
3+ api project(" :grace-plugin-controllers" )
4+ api project(" :grace-plugin-converters" )
5+ api project(" :grace-plugin-databinding" )
6+ api project(" :grace-plugin-interceptors" )
7+ api project(" :grace-plugin-mimetypes" )
8+ api project(" :grace-plugin-rest" )
9+ api project(" :grace-plugin-url-mappings" )
10+ api project(" :grace-views-json" )
11+ api project(" :grace-web" )
12+ }
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ include (
77 ' grace-boot-cache' ,
88 ' grace-boot-hibernate' ,
99 ' grace-boot-mongodb' ,
10+ ' grace-boot-rest' ,
1011 ' grace-boot-web' ,
1112 ' grace-bootstrap' ,
1213 ' grace-cache-core' ,
You can’t perform that action at this time.
0 commit comments