forked from Netflix/conductor-community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.gradle
55 lines (53 loc) · 1.38 KB
/
dependencies.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*
* Common place to define all the version dependencies
*/
ext {
revConductor = '3.14.0'
revActivation = '2.0.0'
revAmqpClient = '5.13.0'
revAwaitility = '3.1.6'
revAwsSdk = '1.11.86'
revAzureStorageBlobSdk = '12.7.0'
revBval = '2.0.6'
revCaffeine = '3.1.4'
revCommonsIo = '2.7'
revCuratorRecipes = '2.4.0'
revCuratorTest = '2.4.0'
revElasticSearch7 = '7.6.2'
revEmbeddedRedis = '0.6'
revEurekaClient = '1.10.10'
revGrpc = '1.33.+'
revGuava = '32.1.2-jre'
revGuavaRetrying = '2.0.0'
revHamcrestAllMatchers = '1.8'
revHealth = '1.1.+'
revJAXB = '2.3.3'
revJedis = '3.3.0'
revJersey = '1.19.4'
revJsonPath = '2.4.0'
revJq = '0.0.13'
revJsr311Api = '1.1.1'
revKafka = '2.6.0'
revMicrometer = '1.6.2'
revMockServerClient = '5.12.0'
revStan = '2.2.3'
revNatsStreaming = '2.6.5'
revNats = '2.15.6'
revOpenapi = '1.6.+'
revPowerMock = '2.0.9'
revPrometheus = '0.9.0'
revProtoBuf = '3.21.12'
revProtogenAnnotations = '1.0.0'
revProtogenCodegen = '1.4.0'
revRarefiedRedis = '0.0.17'
revRedisson = '3.13.3'
revRxJava = '1.2.2'
revSpectator = '0.122.0'
revGroovy = '3.0.19'
revSpotifyCompletableFutures = '0.3.3'
revTestContainer = '1.18.3'
revDynoQueues = '2.0.20'
revLog4J = '2.17.1!!'
revCodec = '1.15'
revSnakeYaml = '2.0'
}