Fixed jdvue pom.xml

Change-Id: Ia9530fca24159e6637cae62f4c8489e742845643
diff --git a/utils/jdvue/pom.xml b/utils/jdvue/pom.xml
index 56ec85b..3399a8a 100644
--- a/utils/jdvue/pom.xml
+++ b/utils/jdvue/pom.xml
@@ -38,7 +38,14 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.2.2</version>
+            <version>2.4.2</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-annotations</artifactId>
+            <version>2.4.2</version>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.onosproject</groupId>