diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-04-29 09:33:24 +0100 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-05-07 16:14:40 +0100 |
commit | 65262f8dd9a6b9cbc284daa02ae332380e374483 (patch) | |
tree | 7e85493595c624c0e457bd0c8a7f85ffae71a864 /tosca-controlloop/participant/pom.xml | |
parent | 15af7e7d708d3cbb5ae2bfbb75bdcd1810f214c5 (diff) |
Update TOSCA PoC with changes from demo integration
This commit includes demo version changes for establishing a PMSH controlloop.
Apologies for bringing a huge commit, this code is for the
ControlLoop Demo, and it can act as base for the actual release.
This framework is going to be completely changed including Spring
framework for the future release. Please consider this code as base for
any future work on controlloop.
Issue-ID: POLICY-3215
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: I512626295d95ab32c29c6861375d31228d549ce9
Diffstat (limited to 'tosca-controlloop/participant/pom.xml')
-rw-r--r-- | tosca-controlloop/participant/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tosca-controlloop/participant/pom.xml b/tosca-controlloop/participant/pom.xml index 740fa1647..9942b536a 100644 --- a/tosca-controlloop/participant/pom.xml +++ b/tosca-controlloop/participant/pom.xml @@ -32,7 +32,7 @@ <artifactId>participant</artifactId> <name>${project.artifactId}</name> <packaging>pom</packaging> - <description>participants that communicate with the runtime servier to handle control loops</description> + <description>participants that communicate with the runtime server to handle control loops</description> <modules> <module>participant-intermediary</module> |