From b1ab0f6ae4077d5d152a90523a0e55dd6ba5d5e6 Mon Sep 17 00:00:00 2001 From: gfraboni Date: Tue, 5 Sep 2017 13:21:52 -0400 Subject: [PATCH] Fix broken pom file. The dependency declaration for com.jayway.jsonpath.json-path was missing the open marker. Issue-Id: AAI-60 Change-Id: I985611edcaa8a82089bbbe381852b84d662c47f5 Signed-off-by: gfraboni --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b6891b9..eac9d14 100644 --- a/pom.xml +++ b/pom.xml @@ -134,8 +134,9 @@ - - com.jayway.jsonpath + + + com.jayway.jsonpath json-path 2.2.0 -- 2.16.6