forked from thombergs/code-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
24 lines (16 loc) · 785 Bytes
/
settings.gradle
File metadata and controls
24 lines (16 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include 'spring-data:spring-data-rest-associations'
include 'spring-data:spring-data-rest-springfox'
include 'spring-cloud:feign-with-spring-data-rest'
include 'spring-cloud:sleuth-downstream-service'
include 'spring-cloud:sleuth-upstream-service'
include 'spring-cloud:spring-cloud-contract-provider'
include 'spring-cloud:spring-cloud-contract-consumer'
include 'deprecated:pact-feign-consumer' // must run before pact-spring-data-rest-provider
include 'deprecated:pact-spring-data-rest-provider'
include 'pact:pact-spring-provider'
include 'pact:pact-feign-consumer'
include 'spring-boot:rabbitmq-event-brokering'
include 'spring-boot:modular:security-module'
include 'spring-boot:modular:booking-module'
include 'spring-boot:modular:application'
include 'junit:conditions'