diff options
author | shaoqiu <tim.huang@est.tech> | 2019-04-02 12:33:04 +0000 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-08 13:47:01 -0400 |
commit | e55d256a9eeb411bb485919eb4c1d449cbae5d46 (patch) | |
tree | 6694558deac959fe295b4148ceb4438f09ad65f9 /controlloop/common/feature-controlloop-trans/pom.xml | |
parent | 93206cf9624df06a518a8016b965b9104e687f14 (diff) |
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 <tim.huang@est.tech>
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-trans/pom.xml')
-rw-r--r-- | controlloop/common/feature-controlloop-trans/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/controlloop/common/feature-controlloop-trans/pom.xml b/controlloop/common/feature-controlloop-trans/pom.xml index 0aa320ad3..4d9080616 100644 --- a/controlloop/common/feature-controlloop-trans/pom.xml +++ b/controlloop/common/feature-controlloop-trans/pom.xml @@ -3,6 +3,7 @@ ONAP ================================================================================ Copyright (C) 2018-2019 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. @@ -124,9 +125,9 @@ <dependencies> <dependency> - <groupId>org.onap.policy.drools-applications.controlloop.common.model-impl</groupId> + <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> <artifactId>events</artifactId> - <version>${project.version}</version> + <version>${policy.models.version}</version> </dependency> <dependency> <groupId>org.onap.policy.common</groupId> |