diff options
author | Dilip kumar Pampana <dp583p@att.com> | 2018-01-05 11:47:22 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-01-08 16:20:14 +0000 |
commit | 819f39b6b930d88b1fe2635deacd48867b86d011 (patch) | |
tree | 77ceeaf0aa1e9671f6d93d12d08210caef466fba /appc-inbound/appc-artifact-handler/provider/pom.xml | |
parent | 7c5f3f0e807f4bd5cba6dd380fb7a3014ec707b0 (diff) |
Artifact Handler Updates
Fixed vnfc_reference table,
Added code to process VM level capabilities for VNF
Issue-ID: APPC-350
Change-Id: If1b8862e1d81c5dc8d3c29b148d5b1d865567951
Signed-off-by: Dilip kumar Pampana <dp583p@att.com>
Diffstat (limited to 'appc-inbound/appc-artifact-handler/provider/pom.xml')
-rwxr-xr-x | appc-inbound/appc-artifact-handler/provider/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml index e1c132d63..204f93d52 100755 --- a/appc-inbound/appc-artifact-handler/provider/pom.xml +++ b/appc-inbound/appc-artifact-handler/provider/pom.xml @@ -153,6 +153,11 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <artifactId>sli-provider</artifactId> </dependency> <dependency> + <groupId>commons-configuration</groupId> + <artifactId>commons-configuration</artifactId> + <version>1.10</version> + </dependency> + <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-config-params-provider</artifactId> <version>${project.version}</version> |