Skip to content

Commit 96ecf71

Browse files
committed
Exclude bonej-plus from mega-melt
It is an optional closed-source extension to BoneJ, outside the scope of the pom-scijava Bill of Materials.
1 parent 0de3301 commit 96ecf71

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/generate-mega-melt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def child(node, tag):
4444
'javafx-media',
4545
'javafx-swing',
4646
'javafx-web',
47+
# NB: Skip closed-source artifacts.
48+
'bonej-plus',
4749
# NB: The following artifacts have messy dependency trees.
4850
# Too many problems to test as part of the mega-melt.
4951
# See WARNING block in pom-scijava's pom.xml for details.

tests/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ chmod +x "$meltingPotScript" &&
105105
-i 'sc.fiji:*' \
106106
-e 'net.imagej:ij' \
107107
-e 'net.imglib2:imglib2-mesh' \
108+
-e 'org.bonej:bonej-plus' \
108109
-e 'org.openjfx:*' \
109110
-e 'org.scijava:j3dcore' \
110111
-e 'org.scijava:j3dutils' \

0 commit comments

Comments
 (0)