Index: applications/editors/josm/plugins/opendata/README
===================================================================
--- applications/editors/josm/plugins/opendata/README	(revision 31939)
+++ applications/editors/josm/plugins/opendata/README	(revision 31940)
@@ -18,5 +18,5 @@
 
 - includes: several COTS, heavily truncated to fit only the plugin needs and reduce the JAR size:
-    - org/apache: three Apache COTS (Apache License 2.0, see LICENSE-2.0.txt)
+    - org/apache: two Apache COTS (Apache License 2.0, see LICENSE-2.0.txt)
         - commons/collections: Apache Commons Collections 3.2.1 (used by jOpenDocument)
         - poi: Apache POI 3.7 (Excel format support without styles, formulas and writing capabilities, used by the plugin itself)
Index: applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml	(revision 31939)
+++ applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml	(revision 31940)
@@ -7,4 +7,5 @@
     <property name="plugin.dist.dir" value="../../../../dist"/>
     <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
+    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
@@ -41,4 +42,5 @@
                 <pathelement location="${josm}"/>
                 <pathelement location="${opendata}"/>
+                <pathelement location="${apachecommons}"/>
             </classpath>
             <compilerarg value="-Xlint:deprecation"/>
Index: applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml	(revision 31939)
+++ applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml	(revision 31940)
@@ -7,4 +7,5 @@
     <property name="plugin.dist.dir" value="../../../../dist"/>
     <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
+    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
@@ -41,4 +42,5 @@
                 <pathelement location="${josm}"/>
                 <pathelement location="${opendata}"/>
+                <pathelement location="${apachecommons}"/>
             </classpath>
             <compilerarg value="-Xlint:deprecation"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml	(revision 31939)
+++ applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml	(revision 31940)
@@ -7,4 +7,5 @@
     <property name="plugin.dist.dir" value="../../../../dist"/>
     <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
+    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
@@ -41,4 +42,5 @@
                 <pathelement location="${josm}"/>
                 <pathelement location="${opendata}"/>
+                <pathelement location="${apachecommons}"/>
             </classpath>
             <compilerarg value="-Xlint:deprecation"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml	(revision 31939)
+++ applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml	(revision 31940)
@@ -7,4 +7,5 @@
     <property name="plugin.dist.dir" value="../../../../dist"/>
     <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
+    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
@@ -41,4 +42,5 @@
                 <pathelement location="${josm}"/>
                 <pathelement location="${opendata}"/>
+                <pathelement location="${apachecommons}"/>
             </classpath>
             <compilerarg value="-Xlint:deprecation"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml	(revision 31939)
+++ applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml	(revision 31940)
@@ -7,4 +7,5 @@
     <property name="plugin.dist.dir" value="../../../../dist"/>
     <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
+    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
@@ -41,4 +42,5 @@
                 <pathelement location="${josm}"/>
                 <pathelement location="${opendata}"/>
+                <pathelement location="${apachecommons}"/>
             </classpath>
             <compilerarg value="-Xlint:deprecation"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml	(revision 31939)
+++ applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml	(revision 31940)
@@ -7,4 +7,5 @@
     <property name="plugin.dist.dir" value="../../../../dist"/>
     <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
+    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
@@ -41,4 +42,5 @@
                 <pathelement location="${josm}"/>
                 <pathelement location="${opendata}"/>
+                <pathelement location="${apachecommons}"/>
             </classpath>
             <compilerarg value="-Xlint:deprecation"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml	(revision 31939)
+++ applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml	(revision 31940)
@@ -7,4 +7,5 @@
     <property name="plugin.dist.dir" value="../../../../dist"/>
     <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
+    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
     <property name="jts" location="../../../../dist/jts.jar"/>
     <property name="geotools" location="../../../../dist/geotools.jar"/>
@@ -45,4 +46,5 @@
                 <pathelement location="${jts}"/>
                 <pathelement location="${geotools}"/>
+                <pathelement location="${apachecommons}"/>
             </classpath>
             <compilerarg value="-Xlint:deprecation"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml	(revision 31939)
+++ applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml	(revision 31940)
@@ -7,4 +7,5 @@
     <property name="plugin.dist.dir" value="../../../../dist"/>
     <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
+    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
@@ -41,4 +42,5 @@
                 <pathelement location="${josm}"/>
                 <pathelement location="${opendata}"/>
+                <pathelement location="${apachecommons}"/>
             </classpath>
             <compilerarg value="-Xlint:deprecation"/>
Index: applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml	(revision 31939)
+++ applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml	(revision 31940)
@@ -7,4 +7,5 @@
     <property name="plugin.dist.dir" value="../../../../dist"/>
     <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
+    <property name="apachecommons" location="${plugin.dist.dir}/apache-commons.jar"/>
     <property name="utilsplugin2" location="${plugin.dist.dir}/utilsplugin2.jar"/>
     <property name="module.build.dir" value="build"/>
@@ -43,4 +44,5 @@
                 <pathelement location="${opendata}"/>
                 <pathelement location="${utilsplugin2}"/>
+                <pathelement location="${apachecommons}"/>
             </classpath>
             <compilerarg value="-Xlint:deprecation"/>
