diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-03-19 15:55:25 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-03-19 15:55:25 +0000 |
commit | 3e1c1491c4aa260fda04d13cd7ad97056e43c02a (patch) | |
tree | f23f19e1be2b6d2f7eafb1a3026921e7b32626c3 /policy-regression-tests/policy-clamp-regression | |
parent | 5478c3dec58dc69ffa9a9578ea4a508976e37891 (diff) |
Fix dependency issue in regression suite
Issue-ID: POLICY-4946
Change-Id: Icc2a3ea25e2257437ce7a68aa27c62c85cd60b97
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'policy-regression-tests/policy-clamp-regression')
-rw-r--r-- | policy-regression-tests/policy-clamp-regression/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/policy-regression-tests/policy-clamp-regression/pom.xml b/policy-regression-tests/policy-clamp-regression/pom.xml index a9f31c97..da13e157 100644 --- a/policy-regression-tests/policy-clamp-regression/pom.xml +++ b/policy-regression-tests/policy-clamp-regression/pom.xml @@ -67,6 +67,11 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + </dependency> + </dependencies> </project> |