ci: fix deps
This commit is contained in:
parent
0ebbe1cc9b
commit
1ff8616d26
1 changed files with 3 additions and 1 deletions
|
@ -199,6 +199,9 @@ project(":lsp-common") {
|
|||
apply {
|
||||
plugin("java-library")
|
||||
}
|
||||
dependencies {
|
||||
api("org.eclipse.lsp4j:org.eclipse.lsp4j:0.22.0")
|
||||
}
|
||||
}
|
||||
|
||||
project(":lsp") {
|
||||
|
@ -208,7 +211,6 @@ project(":lsp") {
|
|||
dependencies {
|
||||
implementation(project(":common"))
|
||||
api(project(":lsp-common"))
|
||||
api("org.eclipse.lsp4j:org.eclipse.lsp4j:0.22.0")
|
||||
implementation("com.vladsch.flexmark:flexmark:0.64.8")
|
||||
api("org.apache.commons:commons-lang3:3.14.0")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue