Commit 5000d73
committed
Set jgo's lenient mode when resolving components
Aside from generally being friendlier and more likely to succeed,
the specific motivation for this change is sc.fiji:fiji:2.17.0
on macos-arm64, which has a flaw in its POM hierarchy leading to:
ValueError: No version available for dependency
org.jogamp.gluegen:gluegen-rt:jar:natives-macosx-aarch64
(The proper classifier is natives-macosx-universal.)
Setting lenient mode avoids the flaw and lets Fiji work with scyjava.
Of course, the proper fix will be in pom-scijava-base + pom-scijava.1 parent 4f1aa5b commit 5000d73
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| |||
0 commit comments