From 95dc7a634c8fbd976d519abfb6780466261e6759 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Fri, 16 Aug 2024 16:34:07 +0200 Subject: [PATCH] restricting the version of jakarta.ws.rs api bundle to not include 4.0 (yet) to avoid incompatibility with multiple versions of the api bundle and docker tools --- eclipse-distribution/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/eclipse-distribution/pom.xml b/eclipse-distribution/pom.xml index 49902aaae..99dac58f6 100644 --- a/eclipse-distribution/pom.xml +++ b/eclipse-distribution/pom.xml @@ -678,6 +678,15 @@ aarch64 + + + eclipse-plugin + jakarta.ws.rs-api + + [3.1.0,4.0.0) + + +