From d243ac04c67c7a9dd19b8aa0dbeb9a873f478648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20=C5=BBurek?= Date: Wed, 15 Mar 2023 16:49:17 +0100 Subject: [PATCH] ACS-4844 json-path should be provided by the repo to avoid conflicts with AMPs (#1803) --- packaging/tests/tas-integration/pom.xml | 1 - pom.xml | 6 ++++++ repository/pom.xml | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packaging/tests/tas-integration/pom.xml b/packaging/tests/tas-integration/pom.xml index 85f794101e..0c6305f7ad 100644 --- a/packaging/tests/tas-integration/pom.xml +++ b/packaging/tests/tas-integration/pom.xml @@ -95,7 +95,6 @@ com.jayway.jsonpath json-path - ${dependency.jakarta-json-path.version} diff --git a/pom.xml b/pom.xml index 4aff015aae..97fe58ee23 100644 --- a/pom.xml +++ b/pom.xml @@ -241,6 +241,12 @@ ${dependency.jakarta-json-api.version} + + com.jayway.jsonpath + json-path + ${dependency.jakarta-json-path.version} + + jakarta.xml.rpc jakarta.xml.rpc-api diff --git a/repository/pom.xml b/repository/pom.xml index 7d5fb01f77..6dba18a641 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -119,6 +119,10 @@ org.json json + + com.jayway.jsonpath + json-path + com.ibm.icu icu4j