Index: applications/editors/josm/plugins/importvec/build.xml
===================================================================
--- applications/editors/josm/plugins/importvec/build.xml	(revision 36503)
+++ applications/editors/josm/plugins/importvec/build.xml	(revision 36504)
@@ -14,3 +14,5 @@
     <!-- ** include targets that all plugins have in common ** -->
     <import file="../build-common.xml"/>
+    <target name="pre-compile" depends="fetch_dependencies">
+    </target>
 </project>
Index: applications/editors/josm/plugins/importvec/ivy.xml
===================================================================
--- applications/editors/josm/plugins/importvec/ivy.xml	(revision 36504)
+++ applications/editors/josm/plugins/importvec/ivy.xml	(revision 36504)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- License: GPL. For details, see LICENSE file. -->
+<ivy-module version="2.0">
+    <info organisation="org.openstreetmap.josm.plugins" module="importvec"/>
+    <dependencies>
+        <dependency org="com.formdev" name="svgSalamander" rev="1.1.4"/>
+    </dependencies>
+</ivy-module>
Index: applications/editors/josm/plugins/importvec/pom.xml
===================================================================
--- applications/editors/josm/plugins/importvec/pom.xml	(revision 36503)
+++ applications/editors/josm/plugins/importvec/pom.xml	(revision 36504)
@@ -38,3 +38,10 @@
         </plugins>
     </build>
+    <dependencies>
+        <dependency>
+            <groupId>com.formdev</groupId>
+            <artifactId>svgSalamander</artifactId>
+            <version>1.1.4</version>
+        </dependency>
+    </dependencies>
 </project>
