RANGER-2714: Fix failing kylin test cases
diff --git a/plugin-kylin/pom.xml b/plugin-kylin/pom.xml
index dc07810..1a83ba8 100644
--- a/plugin-kylin/pom.xml
+++ b/plugin-kylin/pom.xml
@@ -87,5 +87,11 @@
             <artifactId>httpcore</artifactId>
             <version>${httpcomponents.httpcore.version}</version>
         </dependency>
+		<dependency>
+			<groupId>com.fasterxml.jackson.core</groupId>
+			<artifactId>jackson-databind</artifactId>
+			<version>${fasterxml.jackson.databind.version}</version>
+			<scope>test</scope>
+		</dependency>
     </dependencies>
 </project>
\ No newline at end of file