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

Change-Id: I50f8914aed34c9014033ddaf9f4f66d938d07ade
diff --git a/apps/cfm/nbi/pom.xml b/apps/cfm/nbi/pom.xml
index fa99b78..06260da 100644
--- a/apps/cfm/nbi/pom.xml
+++ b/apps/cfm/nbi/pom.xml
@@ -94,10 +94,12 @@
         <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>
         <dependency>
             <groupId>org.onosproject</groupId>