From f55265c02048b23412eadc73c376ffb603ee1386 Mon Sep 17 00:00:00 2001 From: Ezequiel Valencia Date: Mon, 11 Sep 2023 08:01:26 -0400 Subject: [PATCH] Changed scope of S3 Dependency It seems to be the S3 proxy dependency that is causing all of the issues in the CI so I changed its scope to only apply to the tests in this project. --- pom.xml | 7 ++++++- src/test/java/org/vcell/vcellfiji/N5ImageHandlerTest.java | 2 -- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6f2fbde..667a05a 100644 --- a/pom.xml +++ b/pom.xml @@ -131,6 +131,7 @@ org.scijava scijava-plugins-commands runtime + 0.2.4 @@ -147,19 +148,21 @@ org.janelia.saalfeldlab n5 + 2.5.1 org.janelia.saalfeldlab n5-imglib2 + 5.0.0 net.imglib2 imglib2 - 6.2.0 + 6.1.0 @@ -174,6 +177,7 @@ org.janelia.saalfeldlab n5-aws-s3 + 3.2.0 @@ -188,6 +192,7 @@ org.gaul s3proxy 1.7.1 + test diff --git a/src/test/java/org/vcell/vcellfiji/N5ImageHandlerTest.java b/src/test/java/org/vcell/vcellfiji/N5ImageHandlerTest.java index 8d307d9..90fc45f 100644 --- a/src/test/java/org/vcell/vcellfiji/N5ImageHandlerTest.java +++ b/src/test/java/org/vcell/vcellfiji/N5ImageHandlerTest.java @@ -5,11 +5,9 @@ import ij.io.Opener; import ij.plugin.ImageCalculator; import junit.framework.TestCase; -import org.apache.commons.lang3.ClassLoaderUtils; import org.gaul.s3proxy.S3Proxy; import org.jclouds.ContextBuilder; import org.jclouds.blobstore.BlobStoreContext; -import sun.misc.ClassLoaderUtil; import java.io.File; import java.io.IOException;