Skip to content

Commit

Permalink
addmjooq to the explicit dependencies of source-mssql
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-airbyte committed Feb 10, 2024
1 parent 3f28bce commit 463eec1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions airbyte-integrations/connectors/source-mssql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ dependencies {
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation 'org.testcontainers:mssqlserver:1.19.0'
}

configurations.all {
resolutionStrategy {
force 'org.jooq:jooq:3.19.3'
}
}

0 comments on commit 463eec1

Please sign in to comment.