Index: applications/editors/josm/plugins/geotools/build.xml
===================================================================
--- applications/editors/josm/plugins/geotools/build.xml	(revision 35153)
+++ applications/editors/josm/plugins/geotools/build.xml	(revision 35154)
@@ -11,5 +11,5 @@
     <property name="plugin.icon" value="images/compass.png"/>
     <property name="plugin.canloadatruntime" value="true"/>
-    <property name="plugin.requires" value="jts;ejml"/>
+    <property name="plugin.requires" value="jts;ejml;apache-commons"/>
     <property name="plugin.stage" value="20"/>
 
@@ -20,4 +20,5 @@
         <include name="jts.jar"/>
         <include name="ejml.jar"/>
+        <include name="apache-commons.jar"/>
     </fileset>
 
