From 5a841255fb979479513add30e003633b9eb1c545 Mon Sep 17 00:00:00 2001 From: Lukas Jungmann Date: Fri, 7 Jun 2024 16:35:06 +0200 Subject: [PATCH] Do not depend on particular Rest API version in the media support Signed-off-by: Lukas Jungmann --- rest/pom.xml | 11 ++++++++++- .../eclipse/parsson/media/JsonValueBodyReader.java | 8 +++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/rest/pom.xml b/rest/pom.xml index 8016078a..08134a1e 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -1,7 +1,7 @@