This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathprofile.yml
50 lines (50 loc) · 1.58 KB
/
profile.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
description: Profile for REST API applications
features:
defaults:
- hibernate5
- events
required:
- json-views
build:
plugins:
- war
- org.grails.grails-web
excludes:
- org.grails.grails-core
dependencies:
- scope: compile
coords: "org.springframework.boot:spring-boot-starter-actuator"
- scope: compile
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:grails-web-boot"
- scope: compile
coords: "org.grails:grails-logging"
- scope: compile
coords: "org.grails.plugins:cache"
- scope: compile
coords: "org.grails.plugins:async"
- scope: testCompile
coords: "io.micronaut:micronaut-http-client"
- scope: testCompile
coords: "org.grails:grails-web-testing-support"
- scope: testCompile
coords: "org.grails:grails-gorm-testing-support"
- scope: testCompile
coords: "org.grails:views-json-testing-support"
- scope: testCompile
coords: "org.hibernate.validator:hibernate-validator:6.1.7.Final"