Skip to content

Commit e86b9bf

Browse files
authored
build(amazonq): include jackson in dependency closure (#5614)
With f331fb6, we include jackson as part of core/toolkit, but not amazonq. in theory amazonq should be pulling jackson classes from core, but there appears to be a hard to reproduce edge case where a customer is hitting the same issue with jackson-kotlin deserialization
1 parent 23d6b0b commit e86b9bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/amazonq/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies {
3636
implementation(project(":plugin-amazonq:codewhisperer"))
3737
implementation(project(":plugin-amazonq:mynah-ui"))
3838
implementation(project(":plugin-amazonq:shared"))
39+
implementation(libs.bundles.jackson)
3940
implementation(libs.lsp4j)
4041

4142
testImplementation(project(":plugin-core"))

0 commit comments

Comments
 (0)