Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23432
Change subject: IMPALA-14446: Clean up pom.xml ...................................................................... IMPALA-14446: Clean up pom.xml Cleans up repetitive patterns in pom.xml. Centralize plugin configuration in pluginManagement. Replace inline maven-compiler-plugin configuration with newer maven.compiler.release and update to latest plugin version. Centralize common dependencies in dependencyManagement, including exclusions when appropriate. Remove exclusions that are no longer relevant. Compared before and after with dependency:tree; only difference is that commons-cli inclusion appears in a different part of the dependency tree; all versions matched. Also ensured USE_APACHE_COMPONENTS=true compiles. Change-Id: If96649840e23036b4a73ee23e8d12516497994f0 --- M bin/impala-config-java.sh M fe/pom.xml M java/TableFlattener/pom.xml M java/calcite-planner/pom.xml M java/datagenerator/pom.xml M java/executor-deps/pom.xml M java/ext-data-source/api/pom.xml M java/ext-data-source/jdbc/pom.xml M java/ext-data-source/sample/pom.xml M java/ext-data-source/test/pom.xml M java/external-frontend/pom.xml M java/iceberg-rest-catalog-test/pom.xml M java/pom.xml M java/puffin-data-generator/pom.xml M java/query-event-hook-api/pom.xml M java/shaded-deps/hive-exec/pom.xml M java/shaded-deps/s3a-aws-sdk/pom.xml M java/test-corrupt-hive-udfs/pom.xml M java/test-hive-udfs/pom.xml M java/yarn-extras/pom.xml 20 files changed, 214 insertions(+), 447 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/32/23432/2 -- To view, visit http://gerrit.cloudera.org:8080/23432 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If96649840e23036b4a73ee23e8d12516497994f0 Gerrit-Change-Number: 23432 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Smith <[email protected]>
