Skip to content

Commit b82a104

Browse files
committed
POM: update parent to pom-scijava 40.0.0
This updates the ImgLib2 dependencies to build on imglib2 v7. A rebuild is needed to avoid: [ERROR] Command errored: Open in ClearVolume java.lang.NoSuchMethodError: net.imglib2.view.Views.flatIterable(Lnet/imglib2/RandomAccessibleInterval;)Lnet/imglib2/IterableInterval; at de.mpicbg.jug.clearvolume.ImgLib2ClearVolume.copy(ImgLib2ClearVolume.java:461) As reported in https://forum.image.sc/t/108806.
1 parent aeb4438 commit b82a104

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>31.1.0</version>
8+
<version>40.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -187,12 +187,10 @@ Cell Biology and Genetics.</license.copyrightOwners>
187187
<dependency>
188188
<groupId>com.miglayout</groupId>
189189
<artifactId>miglayout-swing</artifactId>
190-
<version>${miglayout-swing.version}</version>
191190
</dependency>
192191
<dependency>
193192
<groupId>org.jogamp.jogl</groupId>
194193
<artifactId>jogl-all</artifactId>
195-
<version>${jogl.version}</version>
196194
</dependency>
197195

198196
<!-- Runtime scope dependencies -->

0 commit comments

Comments
 (0)