Merge 1806 code of vid-common

Change-Id: I75d52abed4a24dfe3827d79edc4a2938726aa87a
Issue-ID: VID-208
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 6d01cf6..2814e11 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -477,7 +477,7 @@
 	        <dependency>

 	            <groupId>org.onap.sdc.sdc-tosca</groupId>

 	            <artifactId>sdc-tosca</artifactId>

-            	    <version>1.3.0</version>

+            	    <version>1.4.1-SNAPSHOT</version>

             	    <scope>compile</scope>

 	        </dependency>

 	        <dependency>

@@ -497,5 +497,10 @@
 	            <version>2.0.0.0</version>

 	            <scope>test</scope>

 	        </dependency>

+	        <dependency>

+	            <groupId>org.togglz</groupId>

+	            <artifactId>togglz-spring-core</artifactId>

+	            <version>2.5.0.Final</version>

+	        </dependency>

 		</dependencies>

 </project>