@@ -79,63 +79,61 @@ properties = { "scijava.jvm.version" = "21" }
7979
8080template = " pombast/melt-template.xml"
8181excludes = [
82- # TEMP: Exclude org.bytedeco:hdf5 until cisd:jhdf5 is gone.
83- ' org.bytedeco:hdf5' ,
84- # NB: The following artifacts have messy dependency trees.
85- # Too many problems to test as part of the melt action.
86- # See WARNING block in pom-scijava's pom.xml for details.
87- ' net.imagej:imagej-server' ,
88- ' org.apache.spark:spark-core_2.11' ,
89- # NB: Skip alternate flavors of other managed components.
90- ' org.jogamp.gluegen:gluegen' , # uberjar flavor of gluegen-rt
91- ' org.jogamp.jogl:jogl-all-noawt' , # slimmed down flavor of jogl-all
92- # NB: All the SWT platform JARs have the same classes.
93- # The current platform will be brought in transitively.
94- ' org.eclipse.swt:org.eclipse.swt.cocoa.macosx' ,
95- ' org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64' ,
96- ' org.eclipse.swt:org.eclipse.swt.gtk.aix.ppc' ,
97- ' org.eclipse.swt:org.eclipse.swt.gtk.aix.ppc64' ,
98- ' org.eclipse.swt:org.eclipse.swt.gtk.hpux.ia64' ,
99- ' org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc' ,
100- ' org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64' ,
101- ' org.eclipse.swt:org.eclipse.swt.gtk.linux.s390' ,
102- ' org.eclipse.swt:org.eclipse.swt.gtk.linux.s390x' ,
103- ' org.eclipse.swt:org.eclipse.swt.gtk.linux.x86' ,
104- ' org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64' ,
105- ' org.eclipse.swt:org.eclipse.swt.gtk.solaris.sparc' ,
106- ' org.eclipse.swt:org.eclipse.swt.gtk.solaris.x86' ,
107- ' org.eclipse.swt:org.eclipse.swt.win32.win32.x86' ,
108- ' org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64' ,
109- # NB: All SLF4J bindings have the same classes.
110- # We'll rely on logback-classic being present here.
111- ' org.slf4j:slf4j-jcl' ,
112- ' org.slf4j:slf4j-jdk14' ,
113- ' org.slf4j:slf4j-nop' ,
114- ' org.slf4j:slf4j-simple' ,
115- # NB: Cannot include both commons-logging and jcl-over-slf4j;
116- # see: http://www.slf4j.org/codes.html#jclDelegationLoop
117- ' org.slf4j:jcl-over-slf4j' ,
82+ # TEMP: Exclude org.bytedeco:hdf5 until cisd:jhdf5 is gone.
83+ ' org.bytedeco:hdf5' ,
84+ # NB: The following artifacts have messy dependency trees.
85+ # Too many problems to test as part of the melt action.
86+ # See WARNING block in pom-scijava's pom.xml for details.
87+ ' net.imagej:imagej-server' ,
88+ ' org.apache.spark:spark-core_2.11' ,
89+ # NB: Skip alternate flavors of other managed components.
90+ ' org.jogamp.gluegen:gluegen' , # uberjar flavor of gluegen-rt
91+ ' org.jogamp.jogl:jogl-all-noawt' , # slimmed down flavor of jogl-all
92+ # NB: All the SWT platform JARs have the same classes.
93+ # The current platform will be brought in transitively.
94+ ' org.eclipse.swt:org.eclipse.swt.cocoa.macosx' ,
95+ ' org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64' ,
96+ ' org.eclipse.swt:org.eclipse.swt.gtk.aix.ppc' ,
97+ ' org.eclipse.swt:org.eclipse.swt.gtk.aix.ppc64' ,
98+ ' org.eclipse.swt:org.eclipse.swt.gtk.hpux.ia64' ,
99+ ' org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc' ,
100+ ' org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64' ,
101+ ' org.eclipse.swt:org.eclipse.swt.gtk.linux.s390' ,
102+ ' org.eclipse.swt:org.eclipse.swt.gtk.linux.s390x' ,
103+ ' org.eclipse.swt:org.eclipse.swt.gtk.linux.x86' ,
104+ ' org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64' ,
105+ ' org.eclipse.swt:org.eclipse.swt.gtk.solaris.sparc' ,
106+ ' org.eclipse.swt:org.eclipse.swt.gtk.solaris.x86' ,
107+ ' org.eclipse.swt:org.eclipse.swt.win32.win32.x86' ,
108+ ' org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64' ,
109+ # NB: All SLF4J bindings have the same classes.
110+ # We'll rely on logback-classic being present here.
111+ ' org.slf4j:slf4j-jcl' ,
112+ ' org.slf4j:slf4j-jdk14' ,
113+ ' org.slf4j:slf4j-nop' ,
114+ ' org.slf4j:slf4j-simple' ,
115+ # NB: Cannot include both commons-logging and jcl-over-slf4j;
116+ # see: http://www.slf4j.org/codes.html#jclDelegationLoop
117+ ' org.slf4j:jcl-over-slf4j' ,
118118]
119119
120120[smelt ]
121121output = " ../status.scijava.org/smelt.json"
122122includes = [
123- " ca.mcgill:*" ,
124- " de.nanoimaging:*" ,
125- " flimlib:*" ,
126- " fr.inra.ijpb:*" ,
127- " io.scif:*" ,
128- " jitk:*" ,
129- " mpicbg:*" ,
130- " net.imagej:*" ,
131- " net.imglib2:*" ,
132- " net.preibisch:*" ,
133- " org.bonej:*" ,
134- " org.janelia.saalfeldlab:*" ,
135- " org.janelia:*" ,
136- " org.morphonets:*" ,
137- " org.scijava:*" ,
138- " sc.fiji:*" ,
123+ " de.nanoimaging:*" ,
124+ " flimlib:*" ,
125+ " fr.inra.ijpb:*" ,
126+ " io.scif:*" ,
127+ " jitk:*" ,
128+ " mpicbg:*" ,
129+ " net.imagej:*" ,
130+ " net.imglib2:*" ,
131+ " net.preibisch:*" ,
132+ " org.bonej:*" ,
133+ " org.janelia*:*" ,
134+ " org.morphonets:*" ,
135+ " org.scijava:*" ,
136+ " sc.fiji:*" ,
139137]
140138excludes = [
141139 # NB: Skip closed-source artifacts.
0 commit comments