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-events/pom.xml | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 cps-events/pom.xml (limited to 'cps-events/pom.xml') diff --git a/cps-events/pom.xml b/cps-events/pom.xml new file mode 100644 index 000000000..7c7fec77e --- /dev/null +++ b/cps-events/pom.xml @@ -0,0 +1,76 @@ + + + + + 4.0.0 + + org.onap.cps + cps-parent + 1.1.0-SNAPSHOT + ../cps-parent/pom.xml + + + cps-events + jar + + + + + com.fasterxml.jackson.core + jackson-databind + + + + org.codehaus.groovy + groovy + test + + + org.spockframework + spock-core + test + + + + + + + org.jsonschema2pojo + jsonschema2pojo-maven-plugin + + ${basedir}/src/main/resources/schemas + org.onap.cps.event.model + true + + + + org.jacoco + jacoco-maven-plugin + + + org/onap/cps/event/model/* + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg