From 58e42164e6c0ede4e75939b548480a883e4b4af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 30 Oct 2023 06:42:46 +0000 Subject: [PATCH 1/4] Declare Unidata repository to fetch transitive netcdf dependencies --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 1cd1c1f..d4d6f65 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,11 @@ OME Artifactory https://artifacts.openmicroscopy.org/artifactory/maven/ + + unidata.releases + https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases + false + From 53f6646f2e3b618d517fafedead1281245f1e824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Tue, 31 Oct 2023 08:58:50 +0000 Subject: [PATCH 2/4] Bump dev.zarr:jzarr to versio 0.4.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d4d6f65..e936b61 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ dev.zarr jzarr - 0.4.0 + 0.4.2 From 7613b642ec6390041bc64a6162205864a4574caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Tue, 31 Oct 2023 08:58:57 +0000 Subject: [PATCH 3/4] Revert "Declare Unidata repository to fetch transitive netcdf dependencies" This reverts commit 58e42164e6c0ede4e75939b548480a883e4b4af2. --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index e936b61..3fee61d 100644 --- a/pom.xml +++ b/pom.xml @@ -39,11 +39,6 @@ OME Artifactory https://artifacts.openmicroscopy.org/artifactory/maven/ - - unidata.releases - https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases - false - From f87969b99380c90b90163e92581d98d470262856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Tue, 31 Oct 2023 09:02:21 +0000 Subject: [PATCH 4/4] Test removing the cache in the GitHub workflow --- .github/workflows/maven.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0c1a650..b49efdb 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,7 +24,6 @@ jobs: with: java-version: ${{ matrix.java }} distribution: 'zulu' - cache: 'maven' - name: Build run: mvn ${{ env.maven_commands }} - name: Upload JAR as artifact