diff --git a/java/pom.xml b/java/pom.xml index f7b80a2df..efbecd602 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -75,7 +75,58 @@ under the License. + + + impala.toolchain.kudu.repo + ${env.IMPALA_TOOLCHAIN_KUDU_MAVEN_REPOSITORY} + Impala Toolchain Kudu Repository + + ${env.IMPALA_TOOLCHAIN_KUDU_MAVEN_REPOSITORY_ENABLED} + + + + false + + + + + impala.cdp.repo + ${env.CDP_MAVEN_REPOSITORY} + Impala CDP Repository + + false + + + + + + cdh.rcs.releases.repo + https://repository.cloudera.com/artifactory/cdh-releases-rcs + CDH Releases Repository + + false + + + + + @@ -138,8 +189,8 @@ under the License. The Impala development bootstrapping depends on CDH Maven snapshots which transitively pull dependencies from other repositories which can cause the build to be non-reproducible, e.g. IMPALA-7316. This - patch makes the build to be reproducible by blacklisting - cdh.snapshots.repo so that Maven does not accidentally downloads the + patch makes the build to be reproducible by banning + cdh.snapshots.repo so that Maven does not accidentally download the latest CDH snapshots when running a build, which can cause incompatibility issues. --> @@ -153,40 +204,6 @@ under the License. false - - cdh.rcs.releases.repo - https://repository.cloudera.com/artifactory/cdh-releases-rcs - CDH Releases Repository - - false - - - - - impala.cdp.repo - ${env.CDP_MAVEN_REPOSITORY} - Impala CDP Repository - - false - - - - impala.toolchain.kudu.repo - ${env.IMPALA_TOOLCHAIN_KUDU_MAVEN_REPOSITORY} - Impala Toolchain Kudu Repository - - ${env.IMPALA_TOOLCHAIN_KUDU_MAVEN_REPOSITORY_ENABLED} - - - - false - -