Skip to content

Commit 17d03b8

Browse files
authored
build(amazonq): include jackson in dependency closure
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 dfdc784 commit 17d03b8

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

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

0 commit comments

Comments
 (0)