Skip to content

Commit 9d5fab0

Browse files
addmjooq to the explicit dependencies of source-mssql
1 parent 962841b commit 9d5fab0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

airbyte-integrations/connectors/source-mssql/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ dependencies {
3535
testImplementation 'org.hamcrest:hamcrest-all:1.3'
3636
testImplementation 'org.testcontainers:mssqlserver:1.19.0'
3737
}
38+
39+
configurations.all {
40+
resolutionStrategy {
41+
force 'org.jooq:jooq:3.19.3'
42+
}
43+
}

0 commit comments

Comments
 (0)