Skip to content

Commit

Permalink
calciteKafka
Browse files Browse the repository at this point in the history
  • Loading branch information
cthtrifork committed Feb 16, 2024
1 parent 6b07220 commit b165e8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
assertj = "org.assertj:assertj-core:3.12.0"
avro = "org.apache.avro:avro:1.10.2"
calciteAvatica = "org.apache.calcite.avatica:avatica:1.23.0"
calciteCore = "org.apache.calcite:calcite-core:1.34.0"
calciteCore = "org.apache.calcite:calcite-core:1.36.0"
calciteKafka = "org.apache.calcite:calcite-kafka:1.36.0"
flinkClients = "org.apache.flink:flink-clients:1.16.2"
flinkConnectorBase = "org.apache.flink:flink-connector-base:1.16.2"
flinkCore = "org.apache.flink:flink-core:1.16.2"
Expand Down
2 changes: 2 additions & 0 deletions hoptimator-kafka-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ dependencies {
implementation project(':hoptimator-models')
implementation project(':hoptimator-operator')
implementation libs.calciteCore
implementation libs.calciteKafka

implementation libs.kafkaClients
implementation libs.kubernetesClient
implementation libs.kubernetesExtendedClient
Expand Down

0 comments on commit b165e8b

Please sign in to comment.