You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Aihua Xu (JIRA)" <ji...@apache.org> on 2017/04/13 18:57:41 UTC

[jira] [Created] (HIVE-16439) Exclude older v2 version of jackson lib from pom.xml

Aihua Xu created HIVE-16439:
-------------------------------

             Summary: Exclude older v2 version of jackson lib from pom.xml 
                 Key: HIVE-16439
                 URL: https://issues.apache.org/jira/browse/HIVE-16439
             Project: Hive
          Issue Type: Bug
          Components: Hive
            Reporter: Aihua Xu
            Assignee: Aihua Xu


There are multiple versions of jackson libs included in the dependent jars like spark-client and metrics-json. That causes older versions of jackson libs to be used.   

We need to exclude them from the dependencies and use the explicit one (currently 2.6.5).

          <groupId>com.fasterxml.jackson.core</groupId>
          <artifactId>jackson-databind</artifactId>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)