Isolating the usage of json-schema validator to drools-pdp 64/138564/1
authoradheli.tavares <adheli.tavares@est.tech>
Wed, 24 Jul 2024 13:01:48 +0000 (14:01 +0100)
committeradheli.tavares <adheli.tavares@est.tech>
Wed, 24 Jul 2024 13:04:40 +0000 (14:04 +0100)
commit4474c64690faa7dcc984a3690b7fde8dafcbd59b
treee777731ddf23f32a02c9117aa97a58f5270b7b1f
parent119c725def8de2593bdd8e356212fd3078740643
Isolating the usage of json-schema validator to drools-pdp

- only drools-pdp have this validation, so moving the class and
its dependencies to there to avoid loading dependencies where it's
not used.

Issue-ID: POLICY-5084
Change-Id: I9ec6b06f4a8b56c844725b7da8993eb3da078574
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
utils/pom.xml
utils/src/main/java/org/onap/policy/common/utils/coder/CoderRuntimeException.java [deleted file]
utils/src/main/java/org/onap/policy/common/utils/coder/StandardValCoder.java [deleted file]
utils/src/test/java/org/onap/policy/common/utils/coder/StandardValCoderTest.java [deleted file]
utils/src/test/resources/org/onap/policy/common/utils/coder/bad-regex.json [deleted file]
utils/src/test/resources/org/onap/policy/common/utils/coder/missing-required.json [deleted file]
utils/src/test/resources/org/onap/policy/common/utils/coder/test.schema.json [deleted file]
utils/src/test/resources/org/onap/policy/common/utils/coder/valid.json [deleted file]