Skip to content

Commit 2379011

Browse files
nielspardonmbwhite
authored andcommitted
build(core): add direct guava test dependency (substrait-io#663)
Signed-off-by: Niels Pardon <par@zurich.ibm.com>
1 parent 00e4ea6 commit 2379011

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ configurations[JavaPlugin.TEST_IMPLEMENTATION_CONFIGURATION_NAME].extendsFrom(sh
8686
dependencies {
8787
testImplementation(platform(libs.junit.bom))
8888
testImplementation(libs.protobuf.java.util)
89+
testImplementation(libs.guava)
8990

9091
testImplementation(libs.junit.jupiter)
9192
testRuntimeOnly(libs.junit.platform.launcher)

0 commit comments

Comments
 (0)