Changeset 19586 in josm for trunk/pom.xml
- Timestamp:
- 2026-07-23T14:47:49+02:00 (4 days ago)
- File:
-
- 1 edited
-
trunk/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pom.xml
r19519 r19586 124 124 </dependency> 125 125 <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> 129 135 </dependency> 130 136 <dependency> … … 662 668 </filter> 663 669 <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>674 670 <artifact>org.apache.commons:commons-compress</artifact> 675 671 <excludes>
Note:
See TracChangeset
for help on using the changeset viewer.
