Add unit tests

Resolved:VNFSDK-21
VNF SDK Function tests

Change-Id: I8ed06549a0c741b4a5f46ce7d5ad8ce68b730aac
Signed-off-by: Murali-P <murali.p@huawei.com>
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index a1aa46e..b9c783c 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -240,5 +240,16 @@
             <scope>test</scope>
         </dependency>
         <!-- UT end -->
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <version>1.9.5</version>
+        </dependency>
+        <!-- https://mvnrepository.com/artifact/org.jmockit/jmockit -->
+		<dependency>
+    		<groupId>org.jmockit</groupId>
+    		<artifactId>jmockit</artifactId>
+    		<version>1.19</version>
+		</dependency>	        
     </dependencies>
 </project>