added support for JSONPath

This commit is contained in:
Maria Teresa Paratore 2023-10-31 09:50:22 +01:00
parent f07a7f3ef7
commit 69272233a7
1 changed files with 6 additions and 1 deletions

View File

@ -142,7 +142,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!--jsonpath-->
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.4.0</version>
</dependency>
</dependencies>
</dependencyManagement>