Skip to content

Commit

Permalink
Refactor mantis-source-job-kafka 3rd party dependency specifications
Browse files Browse the repository at this point in the history
first pass at refactor 3rd party dependency specifications for mantis-source-job-kafka. (issue Netflix#345)
  • Loading branch information
mabelbot committed Mar 2, 2023
1 parent 3f1770b commit ee2a3b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mantis-source-jobs/mantis-source-job-kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@
*/
apply plugin: 'mantis'

ext {
mqlVersion = '3.2.2' // todo: builds correctly, bump version later
}

dependencies {
implementation project(":mantis-runtime")
implementation project(":mantis-connectors:mantis-connector-kafka")

implementation "io.mantisrx:mql-jvm:$mqlVersion"
implementation libraries.mqlJvm
}

0 comments on commit ee2a3b4

Please sign in to comment.