Skip to content

Commit ed35d9a

Browse files
authored
Add LSP4J 0.20.0 to the target platform. (#473)
- JDT-LS now uses LSP4J 0.20.0, which is not available in Orbit or the main release repository Signed-off-by: Roland Grunberg <[email protected]>
1 parent f329b41 commit ed35d9a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@
154154
</profiles>
155155
<repositories>
156156
<repository>
157-
<id>202112</id>
157+
<id>202212</id>
158158
<layout>p2</layout>
159-
<url>https://download.eclipse.org/releases/2021-12/202112081000/</url>
159+
<url>https://download.eclipse.org/releases/2022-12/202212071000/</url>
160160
</repository>
161161
<repository>
162162
<id>oss.sonatype.org</id>
@@ -180,5 +180,10 @@
180180
<layout>p2</layout>
181181
<url>https://download.eclipse.org/tools/orbit/R-builds/R20170516192513/repository/</url>
182182
</repository>
183+
<repository>
184+
<id>lsp4j</id>
185+
<layout>p2</layout>
186+
<url>https://download.eclipse.org/lsp4j/updates/releases/0.20.0/</url>
187+
</repository>
183188
</repositories>
184189
</project>

0 commit comments

Comments
 (0)