From f549c7c144512d98f5cdb847d172193a0cad9358 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Tue, 18 May 2021 16:02:30 -0400 Subject: Add json schema for events Issue-ID: CPS-348 Issue-ID: CPS-373 Change-Id: Ia0d31f6393e90cb0d5370ca6a78dfbe8817545ae Signed-off-by: Bruno Sakoto --- cps-parent/pom.xml | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) (limited to 'cps-parent') diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 18a985647..18addd7dc 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -37,21 +37,22 @@ org.onap.cps.Application + nexus3.onap.org:10003/ + nexus3.onap.org:10001/ 11 + 1.1.1 0.9 https://nexus.onap.org - nexus3.onap.org:10003/ - nexus3.onap.org:10001/ 3.1.0 UTF-8 /content/repositories/releases/ + /content/repositories/snapshots/ 4.1.3 - 2.3.3.RELEASE 1.8.0-beta4 1.5.0 4.2.0 + 2.3.3.RELEASE 3.0.18 - /content/repositories/snapshots/ ${project.reporting.outputDirectory}/jacoco-aggregate @@ -176,6 +177,7 @@ If you run out of memory, changes the value of the effort element to 'Low'. --> + true Max Low @@ -201,6 +203,21 @@ + + org.jsonschema2pojo + jsonschema2pojo-maven-plugin + ${jsonschema2pojo-maven-plugin.version} + + ${java.version} + + + + + generate + + + + @@ -332,6 +349,12 @@ org.jacoco jacoco-maven-plugin + + + org/onap/cps/rest/model/* + org/onap/cps/cpspath/parser/antlr4/* + + default-prepare-agent @@ -345,10 +368,6 @@ check - - org/onap/cps/rest/model/* - org/onap/cps/cpspath/parser/antlr4/* - ${project.build.directory}/code-coverage/jacoco-ut.exec -- cgit 1.2.3-korg