diff options
author | Joshua Reich <jreich@research.att.com> | 2018-09-14 11:38:01 -0700 |
---|---|---|
committer | Joshua Reich <jreich@research.att.com> | 2018-09-17 22:35:09 -0700 |
commit | faf283066f186838665ed5c38c1ba8319041bc1c (patch) | |
tree | baecbf025374a4e120de5b9ddf405b26cb6e5d75 /controlloop/templates/pom.xml | |
parent | e3357d24078195756c8e16fc0da8aa8d1e507290 (diff) |
Add demo for Control Loop Coordination.
New PipEngine and Junit test added to guard.
Also bug in existing Junit test fixed.
All other code added to new directory template.demo.clc
Change-Id: Ida2267528bcb9404dc59ff391d45797b591814cc
Issue-ID: POLICY-1109
Signed-off-by: Joshua Reich <jreich@research.att.com>
Diffstat (limited to 'controlloop/templates/pom.xml')
-rw-r--r-- | controlloop/templates/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controlloop/templates/pom.xml b/controlloop/templates/pom.xml index 10a4a24d2..779837faf 100644 --- a/controlloop/templates/pom.xml +++ b/controlloop/templates/pom.xml @@ -34,6 +34,7 @@ <modules> <module>template.demo</module> + <module>template.demo.clc</module> <module>archetype-cl-amsterdam</module> <module>archetype-cl-casablanca</module> </modules> |