Skip to content

Commit ed69cc7

Browse files
authored
IGNITE-17653 Fixed gradle build, dependencies updated to match pom.xml (#1063)
1 parent c91f39c commit ed69cc7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ hamcrest="2.2"
5050
hamcrestOptional="2.0.0"
5151
hamcrestPath="1.0.1"
5252
scalecube="2.6.12"
53-
calcite="1.30.0"
53+
calcite="1.31.0"
5454
value="2.8.8"
5555
janino="3.1.6"
56-
avatica="1.20.0"
56+
avatica="1.22.0"
5757
jsonpath="2.4.0"
5858
classgraph="4.8.110"
5959
javassist="3.28.0-GA"

modules/api/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ dependencies {
2727

2828
testImplementation libs.hamcrest.core
2929
testImplementation libs.hamcrest.optional
30+
testImplementation libs.archunit.core
31+
testImplementation libs.archunit.junit5
3032
}
3133

3234
description = 'ignite-api'

modules/transactions/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies {
2525
implementation project(':ignite-network-api')
2626
implementation project(':ignite-network')
2727
implementation project(':ignite-raft-client')
28+
implementation project(':ignite-rocksdb-common')
2829
implementation libs.jetbrains.annotations
2930
implementation libs.fastutil.core
3031

0 commit comments

Comments
 (0)