diff options
author | Dilip kumar Pampana <dp583p@att.com> | 2018-06-19 17:50:30 -0400 |
---|---|---|
committer | Takamune Cho <tc012c@att.com> | 2018-06-22 13:30:47 +0000 |
commit | acc007df9af5de867678282e49c3ab38e045157c (patch) | |
tree | aad98f20c69c71a9a8af1d1508a50f3a9f881b1d /appc-inbound/appc-artifact-handler/provider/pom.xml | |
parent | 2184f1d78c25d0a487ecd8014cd9ac1ff173303b (diff) |
Artifact-Handler - Appc-Inbound
Support Multiple Templates For Configure and ConfigModify for VNFs with VNFC level templates
Issue-ID: APPC-1010
Change-Id: I7540af3b793bac696bdc28aabc3c0c8e0c13d29e
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 44331d3bb..ed25b1684 100755 --- a/appc-inbound/appc-artifact-handler/provider/pom.xml +++ b/appc-inbound/appc-artifact-handler/provider/pom.xml @@ -221,5 +221,10 @@ limitations under the License. <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>com.jcraft</groupId> + <artifactId>jsch</artifactId> + <version>0.1.54</version> + </dependency> </dependencies> </project> |