Skip to content

Commit 8446102

Browse files
committed
Add lsp4j dependency to amazonq shared module for 2025.3
The shared module needs explicit lsp4j dependency as it's not inherited from parent module in 2025.3 dependency resolution.
1 parent 6510b47 commit 8446102

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/amazonq/shared/jetbrains-community/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies {
2323
// CodeWhispererTelemetryService uses a CircularFifoQueue
2424
implementation(libs.commons.collections)
2525
implementation(libs.nimbus.jose.jwt)
26+
implementation(libs.lsp4j)
2627

2728
testFixturesApi(testFixtures(project(":plugin-core:jetbrains-community")))
2829
}

0 commit comments

Comments
 (0)