Skip to content

Commit

Permalink
Merge pull request #279 from crazy-2020/DI-3539
Browse files Browse the repository at this point in the history
DI-3539; Add Kafka connect-runtime package
  • Loading branch information
xuan616 authored Jun 18, 2020
2 parents c4d76ea + 2ec8807 commit 40580fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ project(':kcbq-connector') {
"io.debezium:debezium-core:$debeziumVersion",
"org.apache.kafka:connect-api:$kafkaVersion",
"org.apache.kafka:kafka-clients:$kafkaVersion",
"org.apache.kafka:connect-runtime:$kafkaVersion",
"org.slf4j:slf4j-api:$slf4jVersion",
)

Expand Down Expand Up @@ -285,7 +286,7 @@ project('kcbq-confluent') {

configurations.all {
resolutionStrategy {
// depending on debezium results in us pulling in the most recent kafka version, but we want to use 2.3.0.
// depending on debezium results in us pulling in the most recent kafka version.
force 'org.apache.kafka:connect-api:2.5.0', 'org.apache.kafka:kafka-clients:2.5.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=com.wepay.kcbq
version=1.6.3
version=1.6.4

0 comments on commit 40580fe

Please sign in to comment.