We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7676f commit 385d7f2Copy full SHA for 385d7f2
airbyte-integrations/connectors/source-postgres/build.gradle
@@ -15,9 +15,7 @@ airbyteBulkConnector {
15
16
dependencies {
17
implementation 'com.azure:azure-identity:1.17.0'
18
-
19
- api platform('io.debezium:debezium-bom:3.4.1.Final')
20
+ // version specified by the debezium bom dependency in the cdc toolkit
21
implementation 'io.debezium:debezium-connector-postgres'
22
// Use Postgres JDBC driver version specified by Debezium
23
implementation 'org.postgresql:postgresql'
0 commit comments