aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-03-19 15:55:25 +0000
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-03-19 15:55:25 +0000
commit3e1c1491c4aa260fda04d13cd7ad97056e43c02a (patch)
treef23f19e1be2b6d2f7eafb1a3026921e7b32626c3
parent5478c3dec58dc69ffa9a9578ea4a508976e37891 (diff)
Fix dependency issue in regression suite
Issue-ID: POLICY-4946 Change-Id: Icc2a3ea25e2257437ce7a68aa27c62c85cd60b97 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
-rw-r--r--policy-regression-tests/policy-clamp-regression/pom.xml5
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>