From 751aa0f3c7f090bc10bc59f74aaace1f297a7c2c Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Mon, 25 Jul 2022 10:46:57 +0100 Subject: Update APEX example to use JSON Schema plugin Change-Id: Ic8b412ce0ca71b4452d67b1e4445e423b0ec5b54 Issue-ID: POLICY-4292 Signed-off-by: a.sreekumar --- examples/examples-grpc/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'examples/examples-grpc/pom.xml') diff --git a/examples/examples-grpc/pom.xml b/examples/examples-grpc/pom.xml index df4df5373..70dd31ba5 100644 --- a/examples/examples-grpc/pom.xml +++ b/examples/examples-grpc/pom.xml @@ -3,6 +3,7 @@ ============LICENSE_START======================================================= Copyright (C) 2020 Nordix Foundation. Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2022 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -52,6 +53,11 @@ plugins-context-schema-avro ${project.version} + + org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-schema + plugins-context-schema-json + ${project.version} + org.onap.policy.apex-pdp.plugins.plugins-executor plugins-executor-javascript @@ -89,6 +95,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + -Xss1m + + org.codehaus.mojo exec-maven-plugin -- cgit 1.2.3-korg