jamesfredley commented on issue #14944:
URL: https://github.com/apache/grails-core/issues/14944#issuecomment-3221960223

   Suggested dependencies
   
   **plugin** 
   
   ```
   compileOnly "org.apache.grails:grails-dependencies-starter-web"
   console "org.apache.grails:grails-console"
   developmentOnly "org.springframework.boot:spring-boot-devtools"
   implementation platform("org.apache.grails:grails-bom:$grailsVersion")
   profile "org.apache.grails.profiles:plugin"
   testImplementation "org.apache.grails:grails-dependencies-test"
   ```
   
   
   **web-plugin** 
   
   ```
   compileOnly "org.apache.grails:grails-dependencies-starter-web"
   console "org.apache.grails:grails-console"
   developmentOnly "org.springframework.boot:spring-boot-devtools"
   implementation platform("org.apache.grails:grails-bom:$grailsVersion")
   integrationTestImplementation testFixtures("org.apache.grails:grails-geb")
   profile "org.apache.grails.profiles:web-plugin"
   runtimeOnly "cloud.wondrify:asset-pipeline-grails"
   testAndDevelopmentOnly "org.apache.grails:grails-dependencies-assets"
   testImplementation "org.apache.grails:grails-dependencies-test"
   ```
   
   **rest-api-plugin** 
   
   ```
   compileOnly "org.apache.grails:grails-data-mongodb-gson-templates"
   compileOnly "org.apache.grails:grails-dependencies-starter-web"
   compileOnly "org.apache.grails:grails-views-gson"
   console "org.apache.grails:grails-console"
   developmentOnly "org.springframework.boot:spring-boot-devtools"
   implementation platform("org.apache.grails:grails-bom:$grailsVersion")
   integrationTestImplementation testFixtures("org.apache.grails:grails-geb")
   profile "org.apache.grails.profiles:web-plugin"
   testImplementation "org.apache.grails:grails-dependencies-test"
   testImplementation "io.micronaut:micronaut-http-client:4.6.5"
   testImplementation "org.apache.grails:grails-testing-support-views-gson"
   ```
   
   Some open to debate for web and rest-api plugins
   
   ```
   implementation "org.apache.grails:grails-data-hibernate5"
   runtimeOnly "com.h2database:h2"
   runtimeOnly "com.zaxxer:HikariCP"
   runtimeOnly "org.fusesource.jansi:jansi"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@grails.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to