This is an automated email from the ASF dual-hosted git repository.

pradeep pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new cc9220d  RANGER-2714: Fix failing kylin test cases
cc9220d is described below

commit cc9220deabbad0d59e2f4e02bdbd7c36301d9d6f
Author: Pradeep <[email protected]>
AuthorDate: Tue Jan 28 13:23:54 2020 +0530

    RANGER-2714: Fix failing kylin test cases
---
 plugin-kylin/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

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

Reply via email to