@@ -25,13 +25,14 @@ group = "examples"
2525apply plugin : " org.graceframework.grace-web"
2626apply plugin : " org.graceframework.grace-gsp"
2727apply plugin : " org.graceframework.asset-pipeline"
28- apply plugin : " org.graceframework.plugins.views -json"
28+ apply plugin : " org.graceframework.grace -json"
2929
3030dependencies {
3131 implementation " org.springframework.boot:spring-boot-starter-actuator"
3232 implementation " org.springframework.boot:spring-boot-starter-logging"
3333 implementation " org.springframework.boot:spring-boot-starter-web"
3434 implementation " org.graceframework:grace-boot"
35+ implementation " org.graceframework:grace-boot-hibernate"
3536 implementation " org.graceframework:grace-core"
3637 implementation " org.graceframework:grace-logging"
3738 implementation " org.graceframework:grace-plugin-codecs"
@@ -46,15 +47,13 @@ dependencies {
4647 implementation " org.graceframework:grace-plugin-rest"
4748 implementation " org.graceframework:grace-plugin-services"
4849 implementation " org.graceframework:grace-plugin-url-mappings"
49- implementation project(" :hibernate" )
50- // implementation "org.graceframework.plugins:cache"
50+ // implementation "org.graceframework:grace-plugin-cache"
5151 implementation " org.graceframework:grace-plugin-events"
52- runtimeOnly " org.graceframework.plugins: fields"
53- runtimeOnly " org.graceframework.plugins: scaffolding"
52+ runtimeOnly " org.graceframework:grace-plugin- fields"
53+ runtimeOnly " org.graceframework:grace-plugin- scaffolding"
5454 runtimeOnly " org.graceframework.plugins:asset-pipeline-plugin"
5555 runtimeOnly " com.h2database:h2"
56- implementation " org.graceframework.plugins:views-json"
57- implementation " org.graceframework.plugins:views-json-templates"
56+ implementation " org.graceframework:grace-views-json"
5857 profile " org.graceframework.profiles:rest-api"
5958 testImplementation " org.graceframework:grace-test-support"
6059}
0 commit comments