Revert "Remove json-path dependency from repository module as it seems to only be used in test modules (#2397)"

This reverts commit 687b44b98a.
This commit is contained in:
mstrankowski
2024-01-04 17:22:18 +01:00
parent 98b9bf34ff
commit fb6dcac85e

View File

@@ -126,6 +126,10 @@
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>