diff options
author | Munir Ahmad <munir.ahmad@bell.ca> | 2019-01-09 08:45:42 -0500 |
---|---|---|
committer | Munir Ahmad <munir.ahmad@bell.ca> | 2019-01-11 18:14:50 +0000 |
commit | df56c579a469fbf81efd164b8b77bcef46618aaa (patch) | |
tree | 315a757ce726ab1bb4e47ca926edb3219a375b39 /odlsli/odlsli-ubuntu/pom.xml | |
parent | ea65269f135a9196b0dfcc6195d6a9bd915f998c (diff) |
Enable the installation of TemplateNode feature
Change-Id: Ic037a8b2168a81c1d73868290f10fe043e9133f3
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Issue-ID: CCSDK-923
Diffstat (limited to 'odlsli/odlsli-ubuntu/pom.xml')
-rw-r--r-- | odlsli/odlsli-ubuntu/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/odlsli/odlsli-ubuntu/pom.xml b/odlsli/odlsli-ubuntu/pom.xml index fb5209f4..b6c5d142 100644 --- a/odlsli/odlsli-ubuntu/pom.xml +++ b/odlsli/odlsli-ubuntu/pom.xml @@ -183,6 +183,13 @@ </dependency> <dependency> <groupId>org.onap.ccsdk.sli.plugins</groupId> + <artifactId>template-node-installer</artifactId> + <version>${ccsdk.sli.plugins.version}</version> + <classifier>repo</classifier> + <type>zip</type> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restconf-client-installer</artifactId> <version>${ccsdk.sli.plugins.version}</version> <classifier>repo</classifier> |