Skip to content

Commit

Permalink
Merge pull request #151 from grails/re-enable-views-json-plugin
Browse files Browse the repository at this point in the history
grails-async: re-enable views-json plugin
  • Loading branch information
jamesfredley authored Oct 3, 2024
2 parents efe8762 + bc724d1 commit 76121a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/pubsub-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'application'
id 'groovy'
id 'org.grails.grails-web'
//id 'org.grails.plugins.views-json' error loading when following documentation and not required for test
id 'org.grails.plugins.views-json'
}

group = 'pubsub.demo'
Expand Down Expand Up @@ -42,9 +42,8 @@ dependencies {
runtimeOnly 'com.h2database:h2'
runtimeOnly 'org.apache.tomcat:tomcat-jdbc'

testImplementation 'io.micronaut:micronaut-http-client'
testImplementation libs.micronaut.http.client
testImplementation 'org.grails:grails-web-testing-support'

}

// Don't need groovydoc for example project
Expand Down
Empty file.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ grails-views = '4.0.0-SNAPSHOT'
groovy = '4.0.22'
gorm = '9.0.0-SNAPSHOT'
jakarta-annotation-api = '3.0.0'
micronaut-http-client = '4.6.5'
micronaut-serde-jackson = '2.10.2'
objenesis = '3.3'
rxjava = '1.3.8'
Expand Down Expand Up @@ -44,5 +45,6 @@ spring-context = { module = 'org.springframework:spring-context', version.ref =
spring-tx = { module = 'org.springframework:spring-tx', version.ref = 'spring' }
spring-web = { module = 'org.springframework:spring-web', version.ref = 'spring' }
micronaut-serde-jackson = { module = 'io.micronaut.serde:micronaut-serde-jackson', version.ref = 'micronaut-serde-jackson' }
micronaut-http-client = { module = 'io.micronaut:micronaut-http-client', version.ref = 'micronaut-http-client' }
grails-views-json = { module = 'org.grails.plugins:views-json', version.ref = 'grails-views' }
grails-views-json-templates = { module = 'org.grails.plugins:views-json-templates', version.ref = 'grails-views' }

0 comments on commit 76121a8

Please sign in to comment.