diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d209d766a356..ea56d8f0c532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,13 +135,17 @@ jobs: - build-info - build - basic - runs-on: ubuntu-20.04 timeout-minutes: 30 if: needs.build-info.outputs.needs-compile == 'true' strategy: matrix: java: [ 11, 17, 21 ] + include: + - os: ubuntu-20.04 + - java: 8 + os: macos-12 fail-fast: false + runs-on: ${{ matrix.os }} steps: - name: Download Ozone source tarball uses: actions/download-artifact@v3 diff --git a/pom.xml b/pom.xml index 2d6e825e5181..e3fb473b80d7 100644 --- a/pom.xml +++ b/pom.xml @@ -273,6 +273,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs 2.8.1 1.9 3.6.1 + 4.2.2 0.29.0 1.3.1 2.3.0 @@ -1731,6 +1732,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.apache.maven.plugins maven-dependency-plugin ${maven-dependency-plugin.version} + + + org.codehaus.plexus + plexus-archiver + ${plexus-archiver.version} + + org.apache.maven.plugins