All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ofiles.rest-api-plugin.5.0.1.source-code.profile.yml Maven / Gradle / Ivy

There is a newer version: 10.0.2
Show newest version
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