You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by pr...@apache.org on 2020/05/28 06:03:25 UTC

[ranger] 01/02: RANGER-2838: Kafka Testcases failing ranger build with NoClassDefFoundError

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

commit a72b5eddecfd61099791eae615716cce430b348a
Author: pradeep <pr...@apache.org>
AuthorDate: Wed May 27 21:36:53 2020 +0530

    RANGER-2838: Kafka Testcases failing ranger build with NoClassDefFoundError
---
 plugin-kafka/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/plugin-kafka/pom.xml b/plugin-kafka/pom.xml
index f895688..91ecfe8 100644
--- a/plugin-kafka/pom.xml
+++ b/plugin-kafka/pom.xml
@@ -89,7 +89,12 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-core</artifactId>
+            <version>2.10.4</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
         <testResources>