Index: /applications/editors/josm/plugins/geotools/build.xml
===================================================================
--- /applications/editors/josm/plugins/geotools/build.xml	(revision 35958)
+++ /applications/editors/josm/plugins/geotools/build.xml	(revision 35959)
@@ -26,5 +26,6 @@
         <include name="jaxb.jar"/>
         <include name="jts.jar"/>
-        <include name="jackson.jar"/>
+        <!-- jackson causes issues if it is on the compile-time path. Since we don't actually use jackson in our code, we can just not have it in the requires.jars array. -->
+        <!--<include name="jackson.jar"/>-->
     </fileset>
 
