Skip to content

Commit dec1142

Browse files
Add bulk ingester helper (#474) (#476)
Co-authored-by: Sylvain Wallez <[email protected]>
1 parent 08f9e7f commit dec1142

File tree

15 files changed

+1917
-16
lines changed

15 files changed

+1917
-16
lines changed

java-client/build.gradle.kts

+3
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ dependencies {
220220
exclude(group = "org.glassfish", module = "jakarta.json")
221221
}
222222

223+
// Apache-2.0
224+
testImplementation("commons-io:commons-io:2.11.0")
225+
223226
// EPL-2.0
224227
// https://junit.org/junit5/
225228
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")

0 commit comments

Comments
 (0)