From 35f4cc8292e3e398eda6667a2cfe91cb8801b4bb Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 26 Jul 2022 12:03:25 +0200 Subject: [PATCH] set specific versions for certain dependencies due to latest versions of them not being compatible with older Eclipse platform versions anymore --- eclipse-distribution/pom.xml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/eclipse-distribution/pom.xml b/eclipse-distribution/pom.xml index 3062a1569..1e8ac17a6 100644 --- a/eclipse-distribution/pom.xml +++ b/eclipse-distribution/pom.xml @@ -350,21 +350,26 @@ p2 https://download.eclipse.org/mylyn/docs/releases/3.0/ - + + wildwebdeveloper + p2 + https://download.eclipse.org/wildwebdeveloper/releases/0.13.5/ + + + lsp4e p2 - https://download.eclipse.org/lsp4e/releases/latest/ - --> + https://download.eclipse.org/lsp4e/releases/0.20.5/ +