Skip to content

Commit da5e18b

Browse files
committed
Remove scenery and sciview from the BOM
These projects have switched to an incompatible release process. I do not have the tools to ensure that they work with other components. If this change creates any problems for you, please reach out on the pom-scijava issue tracker for assistance.
1 parent 8f3741b commit da5e18b

3 files changed

Lines changed: 0 additions & 27 deletions

File tree

pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,14 +1229,6 @@
12291229
<clijx-weka_.version>0.32.1.1</clijx-weka_.version>
12301230
<net.heasleinhuepf.clijx-weka_.version>${clijx-weka_.version}</net.heasleinhuepf.clijx-weka_.version>
12311231

1232-
<!-- Scenery - https://github.com/scenerygraphics/scenery -->
1233-
<scenery.version>0.7.0-beta-7</scenery.version>
1234-
<graphics.scenery.scenery.version>${scenery.version}</graphics.scenery.scenery.version>
1235-
1236-
<!-- SciView - https://github.com/scenerygraphics/SciView -->
1237-
<sciview.version>0.2.0-beta-9</sciview.version>
1238-
<sc.iview.sciview.version>${sciview.version}</sc.iview.sciview.version>
1239-
12401232
<!-- Third party components -->
12411233

12421234
<!-- Amazon S3 - https://aws.amazon.com/sdkforjava -->
@@ -3535,20 +3527,6 @@
35353527
<version>${net.heasleinhuepf.clijx-weka_.version}</version>
35363528
</dependency>
35373529

3538-
<!-- Scenery - https://github.com/scenerygraphics/scenery -->
3539-
<dependency>
3540-
<groupId>graphics.scenery</groupId>
3541-
<artifactId>scenery</artifactId>
3542-
<version>${graphics.scenery.scenery.version}</version>
3543-
</dependency>
3544-
3545-
<!-- SciView - https://github.com/scenerygraphics/SciView -->
3546-
<dependency>
3547-
<groupId>sc.iview</groupId>
3548-
<artifactId>sciview</artifactId>
3549-
<version>${sc.iview.sciview.version}</version>
3550-
</dependency>
3551-
35523530
<!-- Third party components -->
35533531

35543532
<!-- Amazon S3 - https://aws.amazon.com/sdkforjava -->

tests/generate-mega-melt.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ def child(node, tag):
2121

2222
# Artifacts to exclude from the mega melt.
2323
ignoredArtifacts = [
24-
# TEMP: Until scenerygraphics/scenery#314 is addressed.
25-
'scenery',
2624
# TEMP: Until imagej-omero is updated for pom-scijava 29.
2725
'imagej-omero',
2826
'imagej-omero-legacy',

tests/run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ chmod +x "$meltingPotScript" &&
7878
"$meltingPotScript" "$megaMeltDir" \
7979
-o "$meltingPotDir" \
8080
-i 'ca.mcgill:*' \
81-
-i 'graphics.scenery:*' \
8281
-i 'io.scif:*' \
8382
-i 'jitk:*' \
8483
-i 'mpicbg:*' \
@@ -90,8 +89,6 @@ chmod +x "$meltingPotScript" &&
9089
-i 'org.janelia:*' \
9190
-i 'org.scijava:*' \
9291
-i 'sc.fiji:*' \
93-
-i 'sc.iview:*' \
94-
-e 'graphics.scenery:scenery' \
9592
-e 'org.janelia.saalfeldlab:n5-blosc' \
9693
-e 'org.janelia.saalfeldlab:n5-zarr' \
9794
-e 'org.scijava:j3dcore' \

0 commit comments

Comments
 (0)