From fc2c1e0287ec425846fb4bbb437a43308f2d774b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 12 Jan 2021 12:35:11 +0000 Subject: Add tosca-controlloop directory for TOSCA-POC dev The module structure is: ./tosca-controlloop (maven module) ./tosca-controlloop/common (maven module, could be moved to policy-common) ./tosca-controlloop/design (maven module, control loop design time component) ./tosca-controlloop/models (maven module, should be moved to policy-models) ./tosca-controlloop/participants (maven modue for control loop participants) ./tosca-controlloop/runtime (maven module, control loop run time component) This patch also updates the repo to the current status of the master branch Issue-ID: POLICY-2971 Change-Id: I98c7e25f592cc7d9783d5daff3e9e3ad2e7b5214 Signed-off-by: liamfallon --- pom.xml | 55 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 27 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 879bb36bc..99f8c05ed 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,9 @@ + + false -- cgit 1.2.3-korg