Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21719 )
Change subject: IMPALA-13082: Use separate versions for jackson vs jackson-databind ...................................................................... IMPALA-13082: Use separate versions for jackson vs jackson-databind Sometimes there is a jackson-databind patch release without a corresponding release of other jackson libraries. For example, there is a jackson-databind 2.12.7.1, but jackson-core does not have an artifact with that version. To handle these scenarios, it is useful to have a separate version for jackson-databind vs other jackson libraries. This introduces IMPALA_JACKSON_VERSION (which currently matches IMPALA_JACKSON_DATABIND_VERSION) and uses this for non-databind jackson libraries. Testing: - Ran a local build Change-Id: I3055cb47986581793d947eaedb6a24b4dd92e3a6 Reviewed-on: http://gerrit.cloudera.org:8080/21719 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Michael Smith <[email protected]> --- M bin/impala-config.sh M java/pom.xml 2 files changed, 4 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Verified Michael Smith: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/21719 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I3055cb47986581793d947eaedb6a24b4dd92e3a6 Gerrit-Change-Number: 21719 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
