Skip to content

Commit b7f93d1

Browse files
committed
mega-melt: move SNT into "Java 9+" section for now
1 parent 35e8ece commit b7f93d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/generate-mega-melt.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ def child(node, tag):
2121

2222
# Artifacts to exclude from the mega melt.
2323
ignoredArtifacts = [
24-
# TEMP: The SNT project needs a new release without the
25-
# obsolete scijava-plugins-io-table dependency.
26-
'SNT',
27-
2824
# TEMP: Exclude org.bytedeco:hdf5 until cisd:jhdf5 is gone.
2925
'hdf5',
3026
# TEMP: The original ImageJ requires Java 9+ to compile,
@@ -76,6 +72,7 @@ def child(node, tag):
7672
'javafx-media',
7773
'javafx-swing',
7874
'javafx-web',
75+
'SNT',
7976
# NB: Skip closed-source artifacts.
8077
'bonej-plus',
8178
# NB: The following artifacts have messy dependency trees.

0 commit comments

Comments
 (0)