From e55d256a9eeb411bb485919eb4c1d449cbae5d46 Mon Sep 17 00:00:00 2001 From: shaoqiu Date: Tue, 2 Apr 2019 12:33:04 +0000 Subject: update dependency to policy/models Update the dependency of model-impl from drools-applications to policy/models. Issue-ID: POLICY-1264 Change-Id: I07fcb29501499a97689d2d27c845bf8e411e7825 Signed-off-by: shaoqiu Signed-off-by: Pamela Dragosh --- .../feature-controlloop-management/src/test/resources/op.pom | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'controlloop/common/feature-controlloop-management/src/test/resources/op.pom') diff --git a/controlloop/common/feature-controlloop-management/src/test/resources/op.pom b/controlloop/common/feature-controlloop-management/src/test/resources/op.pom index 133387217..4285acda6 100644 --- a/controlloop/common/feature-controlloop-management/src/test/resources/op.pom +++ b/controlloop/common/feature-controlloop-management/src/test/resources/op.pom @@ -4,6 +4,7 @@ ONAP ================================================================================ Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,9 +26,9 @@ 4.0.0 - org.onap.policy.drools-applications.controlloop.common.model-impl + org.onap.policy.models.policy-models-interactions.model-impl model-impl - 1.4.0-SNAPSHOT + 2.0.0-SNAPSHOT org.onap.policy.drools.apps.test @@ -36,9 +37,9 @@ - org.onap.policy.drools-applications.controlloop.common.model-impl + org.onap.policy.models.policy-models-interactions.model-impl events - 1.4.0-SNAPSHOT + 2.0.0-SNAPSHOT provided -- cgit 1.2.3-korg