From ffcd5cc5bb231fbe34640ccc24d6392eb29a8826 Mon Sep 17 00:00:00 2001 From: Peixin Li Date: Wed, 3 Jul 2024 09:57:30 +0800 Subject: [PATCH] remove hardcoded scala 430 plugin --- .github/workflows/mvn-verify-check.yml | 10 +++++----- pom.xml | 12 ------------ scala2.13/pom.xml | 9 --------- 3 files changed, 5 insertions(+), 26 deletions(-) diff --git a/.github/workflows/mvn-verify-check.yml b/.github/workflows/mvn-verify-check.yml index 34981d1f11a..a07ad01b753 100644 --- a/.github/workflows/mvn-verify-check.yml +++ b/.github/workflows/mvn-verify-check.yml @@ -156,11 +156,11 @@ jobs: distribution: adopt java-version: 8 - - name: Cache local Maven repository - uses: actions/cache@v4 - with: - path: ~/.m2 - key: ${{ needs.cache-dependencies.outputs.dailyCacheKey }} +# - name: Cache local Maven repository +# uses: actions/cache@v4 +# with: +# path: ~/.m2 +# key: ${{ needs.cache-dependencies.outputs.dailyCacheKey }} - name: check runtime before tests run: | diff --git a/pom.xml b/pom.xml index 3ea16d3f1f7..17f6c599556 100644 --- a/pom.xml +++ b/pom.xml @@ -196,14 +196,10 @@ 321cdh - 4.3.0 ${spark321cdh.version} ${spark321cdh.version} 1.10.1 true - - 4.3.0 shim-deps/cloudera @@ -462,15 +458,11 @@ 330cdh - 4.3.0 ${spark330cdh.version} ${spark330cdh.version} 1.10.99.7.1.8.0-801 ${spark330.iceberg.version} true - - 4.3.0 shim-deps/cloudera @@ -489,15 +481,11 @@ 332cdh - 4.3.0 ${spark332cdh.version} ${spark332cdh.version} 1.10.99.7.1.9.0-387 ${spark330.iceberg.version} true - - 4.3.0 shim-deps/cloudera diff --git a/scala2.13/pom.xml b/scala2.13/pom.xml index d1b24d8b25e..3ff634af30b 100644 --- a/scala2.13/pom.xml +++ b/scala2.13/pom.xml @@ -200,9 +200,6 @@ ${spark321cdh.version} 1.10.1 true - - 4.3.0 shim-deps/cloudera @@ -466,9 +463,6 @@ 1.10.99.7.1.8.0-801 ${spark330.iceberg.version} true - - 4.3.0 shim-deps/cloudera @@ -492,9 +486,6 @@ 1.10.99.7.1.9.0-387 ${spark330.iceberg.version} true - - 4.3.0 shim-deps/cloudera