File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ hamcrest="2.2"
50
50
hamcrestOptional =" 2.0.0"
51
51
hamcrestPath =" 1.0.1"
52
52
scalecube =" 2.6.12"
53
- calcite =" 1.30 .0"
53
+ calcite =" 1.31 .0"
54
54
value =" 2.8.8"
55
55
janino =" 3.1.6"
56
- avatica =" 1.20 .0"
56
+ avatica =" 1.22 .0"
57
57
jsonpath =" 2.4.0"
58
58
classgraph =" 4.8.110"
59
59
javassist =" 3.28.0-GA"
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ dependencies {
27
27
28
28
testImplementation libs. hamcrest. core
29
29
testImplementation libs. hamcrest. optional
30
+ testImplementation libs. archunit. core
31
+ testImplementation libs. archunit. junit5
30
32
}
31
33
32
34
description = ' ignite-api'
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ dependencies {
25
25
implementation project(' :ignite-network-api' )
26
26
implementation project(' :ignite-network' )
27
27
implementation project(' :ignite-raft-client' )
28
+ implementation project(' :ignite-rocksdb-common' )
28
29
implementation libs. jetbrains. annotations
29
30
implementation libs. fastutil. core
30
31
You can’t perform that action at this time.
0 commit comments