Skip to content

Commit ef29431

Browse files
committed
Exclude org.bytedeco:hdf5 from mega-melt for now
It has overlapping classes with cisd:jhdf5, and we use cisd:jhdf5 (for now) in several places in SciJava-land.
1 parent 28661fa commit ef29431

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/generate-mega-melt.py

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

2222
# Artifacts to exclude from the mega melt.
2323
ignoredArtifacts = [
24-
# TEMP: The SNT project needs a new release with cleaned
25-
# up dependencies before it can be reenabled in the melt.
26-
'SNT',
24+
# TEMP: Exclude org.bytedeco:hdf5 until cisd:jhdf5 is gone.
25+
'hdf5',
2726
# TEMP: The original ImageJ requires Java 9+ to compile,
2827
# because it has a module-info.java, so skip it until the
2928
# component collection is updated from Java 8 to Java 11.

0 commit comments

Comments
 (0)