Added json-path library

This commit is contained in:
Marvin Scham
2023-05-23 21:29:20 +02:00
parent 82ff5720e3
commit cb57e1c190

View File

@@ -41,6 +41,11 @@
<artifactId>json</artifactId>
<version>20230227</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>