We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e8ece commit b7f93d1Copy full SHA for b7f93d1
tests/generate-mega-melt.py
@@ -21,10 +21,6 @@ def child(node, tag):
21
22
# Artifacts to exclude from the mega melt.
23
ignoredArtifacts = [
24
- # TEMP: The SNT project needs a new release without the
25
- # obsolete scijava-plugins-io-table dependency.
26
- 'SNT',
27
-
28
# TEMP: Exclude org.bytedeco:hdf5 until cisd:jhdf5 is gone.
29
'hdf5',
30
# TEMP: The original ImageJ requires Java 9+ to compile,
@@ -76,6 +72,7 @@ def child(node, tag):
76
72
'javafx-media',
77
73
'javafx-swing',
78
74
'javafx-web',
75
+ 'SNT',
79
# NB: Skip closed-source artifacts.
80
'bonej-plus',
81
# NB: The following artifacts have messy dependency trees.
0 commit comments