VID-266 added stub server for testing

Change-Id: I39b8fca2df4c45123e2308142dfbb43c737f7707
Issue-ID: VID-266
Signed-off-by: Koblosz, Sandra <sandra.koblosz@nokia.com>
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 6ae5056..b8fbd85 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -250,7 +250,14 @@
 		    <artifactId>opencsv</artifactId>

 		    <version>4.1</version>

 		</dependency>

-			

+

+		<!-- HTTP client -->

+		<dependency>

+			<groupId>com.xebialabs.restito</groupId>

+			<artifactId>restito</artifactId>

+			<version>0.9.3</version>

+			<scope>test</scope>

+		</dependency>

 			

 		<!-- SDK overlay war -->

 

@@ -502,5 +509,11 @@
 	            <artifactId>togglz-spring-core</artifactId>

 	            <version>2.5.0.Final</version>

 	        </dependency>

+			<dependency>

+				<groupId>org.assertj</groupId>

+				<artifactId>assertj-core</artifactId>

+				<version>3.10.0</version>

+				<scope>compile</scope>

+		 	</dependency>

 		</dependencies>

 </project>