You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, looks fine to me. The only thing that might be an issue is the org.relaxng.*; where is that conflict coming from? Could it give you trouble with clashing versions in the future? Also: you didn't have any problems with the shaded.parquet.it.unimi.dsi.fastutil.*,javax.xml.bind.* no longer being there?
Hi @ctrueden, thank you for the feedback! I am completely swamped this week (multiple talks, retreats, ...); I will have to look at this at some later point in time. I guess this is not urgent as it seems to work as is for 40.0.0.
Hi @ctrueden and @tpietzsch,
When trying to
mvn clean install
the scijava 40.0.0 branch, I am getting lots of duplicate class errors:There was already this line in the pom, probably added by one of you.
<allowedDuplicateClasses>${scijava.allowedDuplicateClasses},com.sun.xml.*,com.sun.tools.*,com.sun.istack.*,shaded.parquet.it.unimi.dsi.fastutil.*,javax.xml.bind.*,com.sun.xml.bind.*,com.sun.xml.txw2.*</allowedDuplicateClasses>
This did not suffice anymore and, in order not to have and endlessly long list here, I made this now more inclusive:
<allowedDuplicateClasses>${scijava.allowedDuplicateClasses},org.relaxng.*,sun.*,com.sun.*</allowedDuplicateClasses>
This works, is this OK?
The text was updated successfully, but these errors were encountered: