Modify ↓
Opened 7 days ago
Closed 7 days ago
#24839 closed defect (fixed)
jsvg sources not included svgSalamander still are
| Reported by: | sebastic | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 26.09 |
| Component: | Core | Version: | tested |
| Keywords: | Cc: |
Description (last modified by )
The ivy changes for the binary dependencies have not been reflected in the source JAR.
This patch should be applied for the source JAR:
--- a/ivy.xml
+++ b/ivy.xml
@@ -46,7 +46,8 @@
<dependency conf="sources->sources" org="org.tukaani" name="xz" rev="1.11"/>
<dependency conf="sources->sources" org="com.adobe.xmp" name="xmpcore" rev="6.1.11"/>
<dependency conf="sources->sources" org="com.drewnoakes" name="metadata-extractor" rev="2.19.0" transitive="false"/>
- <dependency conf="sources->sources" org="com.formdev" name="svgSalamander" rev="1.1.4"/>
+ <dependency conf="sources->sources" org="com.github.weisj" name="jsvg" rev="2.1.0"/>
+ <dependency conf="sources->sources" org="org.jetbrains" name="annotations" rev="24.1.0"/>
<dependency conf="sources->sources" org="ch.poole" name="OpeningHoursParser" rev="0.29.0"/>
<dependency conf="sources->default" org="org.webjars.npm" name="tag2link" rev="2026.6.26"/><!-- sources->default sic! (tag2link-sources.jar is empty, see #19335) -->
<!-- commonslang->default -->
Also note that OpeningHoursParser depends on annotations 24.0.1, not 24.1.0.
Attachments (0)
Change History (3)
comment:1 by , 7 days ago
| Description: | modified (diff) |
|---|
comment:2 by , 7 days ago
| Description: | modified (diff) |
|---|
comment:3 by , 7 days ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



In 19616/josm: