Changeset 19586 in josm for trunk/pom.xml


Ignore:
Timestamp:
2026-07-23T14:47:49+02:00 (4 days ago)
Author:
stoecker
Message:

fix #24793 - drop svgsalamaner and use JSVG instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pom.xml

    r19519 r19586  
    124124    </dependency>
    125125    <dependency>
    126       <groupId>com.formdev</groupId>
    127       <artifactId>svgSalamander</artifactId>
    128       <scope>compile</scope>
     126      <groupId>com.github.weisj</groupId>
     127      <artifactId>jsvg</artifactId>
     128      <scope>compile</scope>
     129    </dependency>
     130    <dependency>
     131      <groupId>org.jetbrains</groupId>
     132      <artifactId>annotations</artifactId>
     133      <version>24.1.0</version>
     134      <scope>provided</scope>
    129135    </dependency>
    130136    <dependency>
     
    662668                </filter>
    663669                <filter>
    664                   <artifact>com.formdev:svgSalamander</artifact>
    665                   <excludes>
    666                     <exclude>com/kitfox/svg/app/ant/**</exclude>
    667                     <exclude>com/kitfox/svg/app/*Dialog*</exclude>
    668                     <exclude>com/kitfox/svg/app/*Frame*</exclude>
    669                     <exclude>com/kitfox/svg/app/*Player*</exclude>
    670                     <exclude>com/kitfox/svg/app/*Viewer*</exclude>
    671                   </excludes>
    672                 </filter>
    673                 <filter>
    674670                  <artifact>org.apache.commons:commons-compress</artifact>
    675671                  <excludes>
Note: See TracChangeset for help on using the changeset viewer.