mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
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 now comes from hadoop and jersey-serv{let,er} are
effectively excluded; all versions matched. Also ensured
USE_APACHE_COMPONENTS=true compiles.
Adds com.amazonaws:aws-java-sdk-bundle to exclusion checking to ensure
it's not accidentally included alongside impala-minimal-s3a-aws-sdk.
Removes missed io.netty exclusion from IMPALA-12816.
Updates commons-dbcp2 to 2.12.0 to match Hive.
Change-Id: If96649840e23036b4a73ee23e8d12516497994f0
Reviewed-on: http://gerrit.cloudera.org:8080/23432
Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
committed by
Impala Public Jenkins
parent
e05d92cb3d
commit
5137bb94ac
@@ -292,7 +292,7 @@ export IMPALA_SPRINGFRAMEWORK_VERSION=5.3.39
|
||||
export IMPALA_XMLSEC_VERSION=2.2.6
|
||||
export IMPALA_VELOCITY_ENGINE_CORE_VERSION=2.4.1
|
||||
export IMPALA_OBS_VERSION=3.1.1-hw-42
|
||||
export IMPALA_DBCP2_VERSION=2.9.0
|
||||
export IMPALA_DBCP2_VERSION=2.12.0
|
||||
export IMPALA_DROPWIZARD_METRICS_VERSION=4.2.26
|
||||
export IMPALA_AIRCOMPRESSOR_VERSION=0.27
|
||||
export IMPALA_DATASKETCHES_VERSION=6.0.0
|
||||
|
||||
Reference in New Issue
Block a user