Skip to content

Commit c976139

Browse files
Add bulk ingester helper (#474) (#475)
Co-authored-by: Sylvain Wallez <[email protected]>
1 parent 867cb10 commit c976139

File tree

15 files changed

+1917
-16
lines changed

15 files changed

+1917
-16
lines changed

java-client/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ dependencies {
216216
exclude(group = "org.glassfish", module = "jakarta.json")
217217
}
218218

219+
// Apache-2.0
220+
testImplementation("commons-io:commons-io:2.11.0")
221+
219222
// EPL-2.0
220223
// https://junit.org/junit5/
221224
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")

0 commit comments

Comments
 (0)