From 0fa84b849940341a4d1dede8b8d35e32618e6e1f Mon Sep 17 00:00:00 2001 From: alandavis Date: Fri, 8 Oct 2021 15:26:37 +0100 Subject: [PATCH] Use a common property for json-path as it is used in community and enterprise repo and packaging [skip ci] waiting for upstream build --- tests/tas-integration/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tas-integration/pom.xml b/tests/tas-integration/pom.xml index e3fdcbd37..853eb9e57 100644 --- a/tests/tas-integration/pom.xml +++ b/tests/tas-integration/pom.xml @@ -101,7 +101,7 @@ com.jayway.jsonpath json-path - 2.5.0 + ${dependency.jakarta-json-path.version}