Fix: resolve REST Unit test failure caused by incorrect jersey deps

Change-Id: I50f8914aed34c9014033ddaf9f4f66d938d07ade
diff --git a/apps/openstacknode/app/pom.xml b/apps/openstacknode/app/pom.xml
index 3555cf8..4a142ce 100644
--- a/apps/openstacknode/app/pom.xml
+++ b/apps/openstacknode/app/pom.xml
@@ -168,6 +168,17 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.glassfish.jersey.core</groupId>
+            <artifactId>jersey-common</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.glassfish.jersey.inject</groupId>
+            <artifactId>jersey-hk2</artifactId>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
 
     <build>