[
https://issues.apache.org/jira/browse/HIVE-20071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16531598#comment-16531598
]
Prasanth Jayachandran commented on HIVE-20071:
----------------------------------------------
We already have a enforcer plugin that can have banned dependencies (direct or
transitive). You can refer .2 patch from HIVE-20019 which avoids direct
dependency. .1 patch avoids transitive as well. Not sure what the new plugin
provides in addition to the enforcer plugin. Maybe we should use enforce plugin
for jackson usage as well?
> Migrate to jackson 2.x and prevent usage
> ----------------------------------------
>
> Key: HIVE-20071
> URL: https://issues.apache.org/jira/browse/HIVE-20071
> Project: Hive
> Issue Type: Bug
> Reporter: Zoltan Haindrich
> Priority: Major
> Attachments: restrict_usage.patch
>
>
> there are still some places where jackson 1.x is being used; even thru it's
> not even referenced from hive's pom.xml-s
> {code}
> git grep -E 'import org.codehaus.jackson'|wc -l
> 106
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)