forked from conductor-oss/conductor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.gradle
73 lines (71 loc) · 2.18 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
64
65
66
67
68
69
70
71
72
73
/*
* Copyright 2023 Conductor authors
* <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.1'
revApacheHttpComponentsClient5 = '5.2.1'
revAwaitility = '3.1.6'
revAwsSdk = '1.12.756'
revBval = '2.0.5'
revCassandra = '3.10.2'
revCassandraUnit = '3.11.2.0'
revCommonsIo = '2.7'
revDynoQueues = '2.0.20'
revElasticSearch6 = '6.8.23'
revEmbeddedRedis = '0.6'
revEurekaClient = '2.0.2'
revGroovy = '4.0.9'
revGrpc = '1.57.2'
revGuava = '33.2.1-jre'
revHamcrestAllMatchers = '1.8'
revHealth = '1.1.4'
revPostgres = '42.7.2'
revProtoBuf = '3.21.12'
revJakartaAnnotation = '2.1.1'
revJAXB = '4.0.1'
revJAXRS = '4.0.0'
revJedis = '3.3.0'
revJersey = '3.1.7'
revJerseyCommon = '3.1.7'
revJsonPath = '2.4.0'
revJq = '0.0.13'
revJsr311Api = '1.1.1'
revMockServerClient = '5.12.0'
revSpringDoc = '2.1.0'
revOrkesQueues = '1.0.9'
revPowerMock = '2.0.9'
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'
revSpock = '2.4-M1-groovy-4.0'
revSpotifyCompletableFutures = '0.3.3'
revTestContainer = '1.19.3'
revFasterXml = '2.15.3'
revAmqpClient = '5.13.0'
revKafka = '2.6.0'
revMicrometer = '1.13.1'
revPrometheus = '0.9.0'
revElasticSearch7 = '7.17.19'
revCodec = '1.15'
revAzureStorageBlobSdk = '12.18.0'
revNatsStreaming = '2.6.5'
revNats = '2.16.14'
revStan = '2.2.3'
revFlyway = '10.15.2'
}