We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3134647 + e86b9bf commit 5ab9240Copy full SHA for 5ab9240
plugins/amazonq/build.gradle.kts
@@ -36,6 +36,7 @@ dependencies {
36
implementation(project(":plugin-amazonq:codewhisperer"))
37
implementation(project(":plugin-amazonq:mynah-ui"))
38
implementation(project(":plugin-amazonq:shared"))
39
+ implementation(libs.bundles.jackson)
40
implementation(libs.lsp4j)
41
42
testImplementation(project(":plugin-core"))
0 commit comments