forked from thombergs/code-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
39 lines (27 loc) · 1.03 KB
/
settings.gradle
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
include 'spring-data:spring-data-rest-associations'
include 'spring-data:spring-data-rest-springfox'
include 'spring-data:spring-data-jdbc'
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 'pact:pact-spring-provider'
include 'pact:pact-feign-consumer'
include 'pact:pact-message-consumer'
include 'pact:pact-message-producer'
include 'spring-boot:rabbitmq-event-brokering'
include 'spring-boot:modular:security-module'
include 'spring-boot:modular:booking-module'
include 'spring-boot:modular:application'
include 'spring-boot:spring-boot-testing'
include 'spring-boot:spring-boot-logging'
include 'spring-boot:validation'
include 'spring-boot:conditionals'
include 'spring-boot:configuration'
include 'spring-boot:paging'
include 'logging'
include 'junit:conditions'
include 'patterns'
include 'tools:jacoco'
include 'java'