From: gfraboni Date: Tue, 5 Sep 2017 17:21:52 +0000 (-0400) Subject: Fix broken pom file. X-Git-Tag: 2.0.0-ONAP~65 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fgizmo.git;a=commitdiff_plain;h=b1ab0f6ae4077d5d152a90523a0e55dd6ba5d5e6 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 --- 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