From 84c86969593d96f65c1375047e17b7eb8f7c5d11 Mon Sep 17 00:00:00 2001 From: John Bogovic Date: Fri, 18 Aug 2023 16:48:35 -0400 Subject: [PATCH 1/2] manually add META-INF/json for shaded compression adapter --- .../json/org.embl.mobie.io.n5.shaded.Compression$CompressionType | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/main/resources/META-INF/json/org.embl.mobie.io.n5.shaded.Compression$CompressionType diff --git a/src/main/resources/META-INF/json/org.embl.mobie.io.n5.shaded.Compression$CompressionType b/src/main/resources/META-INF/json/org.embl.mobie.io.n5.shaded.Compression$CompressionType new file mode 100644 index 00000000..dd29b2ef --- /dev/null +++ b/src/main/resources/META-INF/json/org.embl.mobie.io.n5.shaded.Compression$CompressionType @@ -0,0 +1 @@ +{"class":"org.embl.mobie.io.n5.shaded.XzCompression","values":{"value":"xz"}}{"class":"org.embl.mobie.io.n5.shaded.Bzip2Compression","values":{"value":"bzip2"}}{"class":"org.embl.mobie.io.n5.shaded.Lz4Compression","values":{"value":"lz4"}}{"class":"org.embl.mobie.io.n5.shaded.GzipCompression","values":{"value":"gzip"}}{"class":"org.embl.mobie.io.n5.shaded.RawCompression","values":{"value":"raw"}} From 1b919ffb229fb6170c121356e808090649a97f69 Mon Sep 17 00:00:00 2001 From: Christian Tischer Date: Thu, 21 Sep 2023 17:28:41 +0200 Subject: [PATCH 2/2] Add META-INF folder --- dependency-reduced-pom.xml | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml index 64691aaa..97aae031 100644 --- a/dependency-reduced-pom.xml +++ b/dependency-reduced-pom.xml @@ -10,7 +10,7 @@ org.embl.mobie mobie-io MoBIE IO - 2.2.0-SNAPSHOT + 2.2.0 Readers and writers for image data in MoBIE projects https://github.com/mobie/mobie-io @@ -83,6 +83,7 @@ scm:git:https://github.com/mobie/mobie-io scm:git:git@github.com:mobie/mobie-io + mobie-io-2.2.0 https://github.com/mobie/mobie-io diff --git a/pom.xml b/pom.xml index c6927ea1..26edab1e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.embl.mobie mobie-io - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT