Index: applications/editors/josm/plugins/mapillary/.classpath
===================================================================
--- applications/editors/josm/plugins/mapillary/.classpath	(revision 31670)
+++ applications/editors/josm/plugins/mapillary/.classpath	(revision 31677)
@@ -10,5 +10,5 @@
 	<classpathentry kind="lib" path="lib/httpcore-4.4.1.jar"/>
 	<classpathentry kind="lib" path="lib/httpmime-4.5.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/JOSM-commons-imaging"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
Index: applications/editors/josm/plugins/mapillary/build.xml
===================================================================
--- applications/editors/josm/plugins/mapillary/build.xml	(revision 31670)
+++ applications/editors/josm/plugins/mapillary/build.xml	(revision 31677)
@@ -12,5 +12,5 @@
     <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary"/>
     <!--<property name="plugin.early" value="..."/>-->
-    <property name="plugin.requires" value="commons-imaging"/>
+    <property name="plugin.requires" value="apache-commons"/>
     <!--<property name="plugin.stage" value="..."/>-->
     
@@ -23,5 +23,5 @@
     
     <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
-        <include name="commons-imaging.jar"/>
+        <include name="apache-commons.jar"/>
     </fileset>
 </project>
