From: liamfallon Date: Tue, 12 Apr 2022 18:37:14 +0000 (+0100) Subject: Fix CLAMP staging example dependency X-Git-Tag: 6.2.2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F128515%2F1;p=policy%2Fclamp.git Fix CLAMP staging example dependency The internal dependencies in CLAMP did not have the dependency from models and runtime to examples. Issue-ID: POLICY-4089 Change-Id: I0ce3176b5a346b1a8efdbc65e4773dd5f212b9fd Signed-off-by: liamfallon --- diff --git a/models/pom.xml b/models/pom.xml index 71fbdb15d..91935dc5e 100644 --- a/models/pom.xml +++ b/models/pom.xml @@ -34,6 +34,11 @@ ${project.artifactId} + + org.onap.policy.clamp + policy-clamp-examples + ${project.version} + org.springframework.boot spring-boot-starter-data-jpa diff --git a/runtime/pom.xml b/runtime/pom.xml index 2cb8e9a1d..d8a649538 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -157,6 +157,11 @@ + + org.onap.policy.clamp + policy-clamp-examples + ${project.version} + org.codehaus.janino janino