Skip to content

Commit 3893358

Browse files
committed
Exclude imagej-omero from the mega-melt for now
1 parent adf7ce6 commit 3893358

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/generate-mega-melt.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ def child(node, tag):
2323
ignoredArtifacts = [
2424
# TEMP: Until scenerygraphics/scenery#314 is addressed.
2525
'scenery',
26+
# TEMP: Until imagej-omero is updated for pom-scijava 29.
27+
'imagej-omero',
28+
'imagej-omero-legacy',
2629
# NB: The following artifacts have messy dependency trees.
2730
# Too many problems to test as part of the mega-melt.
2831
# See WARNING block in pom-scijava's pom.xml for details.

0 commit comments

Comments
 (0)