forked from Netflix/conductor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.gradle
63 lines (62 loc) · 1.92 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
54
55
56
57
58
59
60
61
62
63
/*
* Copyright 2021 Netflix, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/
/*
* Common place to define all the version dependencies
*/
ext {
revActivation = '2.0.0'
revAmqpClient = '5.14.0'
revAwaitility = '3.1.6'
revAwsSdk = '1.11.86'
revAzureStorageBlobSdk = '12.7.0'
revBval = '2.0.5'
revCassandra = '3.10.2'
revCassandraUnit = '3.11.2.0'
revCommonsIo = '2.7'
revCuratorRecipes = '2.4.0'
revCuratorTest = '2.4.0'
revDynoQueues = '2.0.20'
revElasticSearch6 = '6.8.12'
revElasticSearch7 = '7.6.2'
revEmbeddedRedis = '0.6'
revEurekaClient = '1.10.10'
revGroovy = '2.5.13'
revGrpc = '1.+'
revGuava = '30.0-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.11.2'
revNatsStreaming = '0.5.0'
revOpenapi = '1.6.+'
revPowerMock = '2.0.9'
revPrometheus = '0.9.0'
revProtoBuf = '3.13.0'
revProtogenAnnotations = '1.0.0'
revProtogenCodegen = '1.4.0'
revRarefiedRedis = '0.0.17'
revRedisson = '3.13.3'
revRxJava = '1.2.2'
revSpectator = '0.122.0'
revSpock = '1.3-groovy-2.5'
revSpotifyCompletableFutures = '0.3.3'
revTestContainer = '1.15.3'
}