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

Change-Id: I50f8914aed34c9014033ddaf9f4f66d938d07ade
diff --git a/apps/cpman/app/pom.xml b/apps/cpman/app/pom.xml
index aef3d9c..b1bac75 100644
--- a/apps/cpman/app/pom.xml
+++ b/apps/cpman/app/pom.xml
@@ -156,6 +156,16 @@
             <classifier>tests</classifier>
             <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>