Uplift of PMS source from ONAP
Create a json schema for validation of the configuration of the A1 PMS - A1 Jakarta
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-551
Change-Id: I1098abf9a4535511ae50c7315bf2cc9ef226af2e
diff --git a/onap/oran b/onap/oran
index 65cf80b..38d5562 160000
--- a/onap/oran
+++ b/onap/oran
@@ -1 +1 @@
-Subproject commit 65cf80bbd2eba0ab60d174c04f981ff6cf929e36
+Subproject commit 38d5562bc4417a85d65570f9450948837f0a6fbe
diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml
index 986b95a..0ca4230 100644
--- a/policy-agent/pom.xml
+++ b/policy-agent/pom.xml
@@ -215,6 +215,12 @@
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
</dependency>
+ <!-- https://mvnrepository.com/artifact/com.github.erosb/everit-json-schema -->
+ <dependency>
+ <groupId>com.github.erosb</groupId>
+ <artifactId>everit-json-schema</artifactId>
+ <version>1.13.0</version>
+ </dependency>
</dependencies>
<build>
<plugins>