
ofiles.rest-api-plugin.5.0.1.source-code.profile.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-plugin Show documentation
Show all versions of rest-api-plugin Show documentation
A profile for REST API plugins
description: Profile for REST API plugins
skeleton:
excludes:
- grails-app/controllers/**/*.*
- grails-app/views/**/*.*
- grails-app/i18n/**/*.*
features:
defaults:
- hibernate5
required:
- json-views
build:
plugins:
- org.grails.grails-plugin
- org.grails.grails-plugin-publish
excludes:
- org.grails.grails-core
- org.grails.grails-web
- war
dependencies:
- scope: provided
coords: "org.springframework.boot:spring-boot-starter-tomcat"
- scope: compile
coords: "org.grails:grails-plugin-url-mappings"
- scope: compile
coords: "org.grails:grails-plugin-rest"
- scope: compile
coords: "org.grails:grails-plugin-codecs"
- scope: compile
coords: "org.grails:grails-plugin-interceptors"
- scope: compile
coords: "org.grails:grails-plugin-services"
- scope: compile
coords: "org.grails:grails-plugin-datasource"
- scope: compile
coords: "org.grails:grails-plugin-databinding"
- scope: compile
coords: "org.grails.plugins:async"
- scope: compile
coords: "org.grails:grails-web-boot"
- scope: compile
coords: "org.grails:grails-logging"
- scope: testCompile
coords: "org.grails:grails-web-testing-support"
- scope: testCompile
coords: "org.grails:grails-gorm-testing-support"
- scope: testCompile
coords: "io.micronaut:micronaut-http-client:2.5.11"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy