diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-02-11 16:45:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-11 16:45:03 +0000 |
commit | c33bfe386e2a94d78939621a84173716ca73748f (patch) | |
tree | 8d602815347d5802543a979408fd1358ca2de6b2 /controlloop/packages/pom.xml | |
parent | 04124d27fdfa38e4fc417c361f5f63000cb42a8f (diff) | |
parent | 638480e04fc6eadeebdcb018573a463a1c61cdaa (diff) |
Merge "basic image with CL app preloaded"
Diffstat (limited to 'controlloop/packages/pom.xml')
-rw-r--r-- | controlloop/packages/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/controlloop/packages/pom.xml b/controlloop/packages/pom.xml index 045c69101..3b192af89 100644 --- a/controlloop/packages/pom.xml +++ b/controlloop/packages/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Drools PDP Application Models ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017, 2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -38,5 +38,6 @@ <module>basex-controlloop</module> <module>artifacts-controlloop</module> <module>apps-controlloop</module> + <module>docker-controlloop</module> </modules> </project> |