Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,13 @@ project(':iceberg-core') {
exclude group: 'junit'
}
testImplementation libs.awaitility
testImplementation libs.testcontainers
testImplementation libs.testcontainers.db2
testImplementation libs.testcontainers.oracle
testImplementation libs.testcontainers.postgres
testImplementation libs.db2.jdbc
testImplementation libs.oracle.jdbc
testImplementation libs.postgres.jdbc
}
}

Expand Down
Loading