From 9d77941a5b9067a2ef9b8141889adcaf39df7285 Mon Sep 17 00:00:00 2001 From: Eric Trautman Date: Thu, 22 Aug 2024 10:43:15 -0400 Subject: [PATCH] Bump hotknife version from 0.0.5 to 0.0.6 after moving to scijava 38.0.1 (to stay in sync with latest render). Bumped n5-version to 3.2.0, render from 2.0.2 to 3.0.0, compiler target JDKS from 1.8 to 11, maven-shade-plugin from 3.2.1 to 3.5.2, and added shade exclusions and filters. --- pom.xml | 87 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 66 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 94441ba7..3bf7820a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,35 +4,28 @@ 4.0.0 saalfeldlab hot-knife - 0.0.5-SNAPSHOT + 0.0.6-SNAPSHOT org.scijava pom-scijava - 37.0.0 + 38.0.1 + true org.janelia.saalfeldlab.hotknife - 2.6.7 - - - - - 0.0.1-beta1 - - 3.0.2 - - + 3.2.0 + org.apache.spark - spark-core_2.11 - 2.4.6 + spark-core_2.13 + 3.4.1 provided @@ -121,7 +114,7 @@ org.janelia.render render-app - 2.0.2 + 3.0.0 org.ejml @@ -201,31 +194,82 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + 11 + 11 org.apache.maven.plugins maven-shade-plugin - 3.2.1 + 3.5.2 + + *:* - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA + module-info.class + plugins.config + LICENSE + META-INF/* + META-INF/versions/** + META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule + META-INF/maven/com.github.jnr/jnr-ffi/* + jnr/** + sc.fiji lenscorrection/NonLinearTransform.class + + + + net.imagej:imagej-plugins-commands + + icons/commands/*.png + + + + + + net.imagej:imagej-plugins-commands + + icons/commands/*.png + + + + + + sc.fiji:trakem2-transform + + mpicbg/trakem2/transform/* + mpicbg/trakem2/util/* + + + + + + xpp3:xpp3 + + javax/xml/namespace/QName.class + + + + + + sc.fiji:SPIM_Registration + + ClassDiagramInterestPointRegistration.dia + + + + *hadoop* @@ -270,6 +314,7 @@ org.janelia.saalfeldlab.hotknife.tools.HotKnife +