Fix dependency issue in regression suite 35/137535/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 19 Mar 2024 15:55:25 +0000 (15:55 +0000)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 19 Mar 2024 15:55:25 +0000 (15:55 +0000)
Issue-ID: POLICY-4946
Change-Id: Icc2a3ea25e2257437ce7a68aa27c62c85cd60b97
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
policy-regression-tests/policy-clamp-regression/pom.xml

index a9f31c9..da13e15 100644 (file)
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.json</groupId>
+            <artifactId>json</artifactId>
+        </dependency>
+
     </dependencies>
 
 </project>