Joe McDonnell has uploaded this change for review. ( 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 --- M bin/impala-config.sh M java/pom.xml 2 files changed, 4 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/19/21719/1 -- 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: newchange Gerrit-Change-Id: I3055cb47986581793d947eaedb6a24b4dd92e3a6 Gerrit-Change-Number: 21719 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
