Opened 4 weeks ago

Last modified 4 weeks ago

#24839 closed defect

jsvg sources not included svgSalamander still are — at Version 2

Reported by: sebastic Owned by: team
Priority: normal Milestone: 26.09
Component: Core Version: tested
Keywords: Cc:

Description (last modified by sebastic)

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.

Change History (2)

comment:1 by sebastic, 4 weeks ago

Description: modified (diff)

comment:2 by sebastic, 4 weeks ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.