Index: /applications/editors/josm/plugins/mapillary/.classpath
===================================================================
--- /applications/editors/josm/plugins/mapillary/.classpath	(revision 31687)
+++ /applications/editors/josm/plugins/mapillary/.classpath	(revision 31688)
@@ -7,8 +7,6 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
-	<classpathentry kind="lib" path="lib/httpclient-4.5.jar"/>
-	<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-apache-commons"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-http"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
Index: /applications/editors/josm/plugins/mapillary/build.xml
===================================================================
--- /applications/editors/josm/plugins/mapillary/build.xml	(revision 31687)
+++ /applications/editors/josm/plugins/mapillary/build.xml	(revision 31688)
@@ -5,5 +5,5 @@
     <property name="plugin.main.version" value="8433"/>
     <property name="plugin.canloadatruntime" value="true"/>
-    <property name="plugin.version" value="1.0.3"/>
+    <property name="plugin.version" value="1.0.4"/>
     <property name="plugin.author" value="nokutu &lt;nokutu@openmailbox.org&gt;"/>
     <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/>
@@ -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="apache-commons"/>
+    <property name="plugin.requires" value="apache-commons;apache-http"/>
     <!--<property name="plugin.stage" value="..."/>-->
     
@@ -24,4 +24,5 @@
     <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
         <include name="apache-commons.jar"/>
+        <include name="apache-http.jar"/>
     </fileset>
 </project>
