forked from Netflix/Hystrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
33 lines (32 loc) · 1.91 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
rootProject.name='hystrix'
include 'hystrix-core', \
'hystrix-examples', \
'hystrix-examples-webapp', \
'hystrix-examples-reactivesocket/client', \
'hystrix-examples-reactivesocket/server', \
'hystrix-contrib/hystrix-clj', \
'hystrix-contrib/hystrix-request-servlet', \
'hystrix-contrib/hystrix-servo-metrics-publisher', \
'hystrix-contrib/hystrix-metrics-event-stream', \
'hystrix-contrib/hystrix-rx-netty-metrics-stream', \
'hystrix-contrib/hystrix-codahale-metrics-publisher', \
'hystrix-contrib/hystrix-yammer-metrics-publisher', \
'hystrix-contrib/hystrix-network-auditor-agent', \
'hystrix-contrib/hystrix-reactivesocket-event-stream', \
'hystrix-contrib/hystrix-javanica', \
'hystrix-contrib/hystrix-junit', \
'hystrix-dashboard', \
'hystrix-data-stream'
project(':hystrix-examples-reactivesocket/client').name = 'hystrix-examples-reactivesocket-client'
project(':hystrix-examples-reactivesocket/server').name = 'hystrix-examples-reactivesocket-server'
project(':hystrix-contrib/hystrix-clj').name = 'hystrix-clj'
project(':hystrix-contrib/hystrix-request-servlet').name = 'hystrix-request-servlet'
project(':hystrix-contrib/hystrix-servo-metrics-publisher').name = 'hystrix-servo-metrics-publisher'
project(':hystrix-contrib/hystrix-metrics-event-stream').name = 'hystrix-metrics-event-stream'
project(':hystrix-contrib/hystrix-rx-netty-metrics-stream').name = 'hystrix-rx-netty-metrics-stream'
project(':hystrix-contrib/hystrix-codahale-metrics-publisher').name = 'hystrix-codahale-metrics-publisher'
project(':hystrix-contrib/hystrix-reactivesocket-event-stream').name = 'hystrix-reactivesocket-event-stream'
project(':hystrix-contrib/hystrix-yammer-metrics-publisher').name = 'hystrix-yammer-metrics-publisher'
project(':hystrix-contrib/hystrix-network-auditor-agent').name = 'hystrix-network-auditor-agent'
project(':hystrix-contrib/hystrix-javanica').name = 'hystrix-javanica'
project(':hystrix-contrib/hystrix-junit').name = 'hystrix-junit'