From 290473a25ae6d1236489aecd980497f4636f556b Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Wed, 15 Aug 2018 14:38:20 +0300 Subject: [PATCH] Update sdc-tosca dependency Change-Id: I5727518e76352c3883b857e1f2bca65caf8929e4 Issue-ID: VID-286 Signed-off-by: Sonsino, Ofir (os0695) --- .gitignore | 5 +++++ vid-app-common/pom.xml | 2 +- vid-automation/.gitignore | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4bc3fd84b..40efedd6b 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,8 @@ deliveries/target/ /vid-webpack-master/target/vid-webpack-master.war /vid-webpack-master/target/vid-webpack-master/app/ui/NO-WEBPACK.txt /vid-webpack-master/target/vid-webpack-master/WEB-INF/web.xml +/vid-automation/.classpath +/vid-automation/.project +/vid-automation/.settings/org.eclipse.jdt.core.prefs +/vid-automation/.settings/org.eclipse.m2e.core.prefs +/vid-ext-services-simulator/.gitignore diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 2814e1155..6ae5056ac 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -477,7 +477,7 @@ org.onap.sdc.sdc-tosca sdc-tosca - 1.4.1-SNAPSHOT + 1.4.1 compile diff --git a/vid-automation/.gitignore b/vid-automation/.gitignore index 23f1f5e44..4ced2a7e4 100644 --- a/vid-automation/.gitignore +++ b/vid-automation/.gitignore @@ -40,3 +40,4 @@ buildNumber.properties target/* *.iml ExtentReport +/bin/ -- 2.16.6