Index: applications/editors/josm/plugins/opendata/build.xml
===================================================================
--- applications/editors/josm/plugins/opendata/build.xml	(revision 34405)
+++ applications/editors/josm/plugins/opendata/build.xml	(revision 34409)
@@ -66,5 +66,9 @@
     <target name="compile_neptune" depends="init, xjc_neptune">
         <echo message="compiling Neptune ... "/>
-        <javac srcdir="includes/neptune" debug="false" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8" />
+        <javac srcdir="includes/neptune" debug="false" destdir="${plugin.build.dir}" includeAntRuntime="false" encoding="UTF-8">
+            <classpath>
+                <fileset refid="jaxb.jars"/>
+            </classpath>
+        </javac>
     </target>
     <!--
@@ -83,4 +87,5 @@
                 <pathelement location="${ejml}"/>
                 <pathelement location="${geotools}"/>
+                <fileset refid="jaxb.jars"/>
             </classpath>
             <compilerarg value="-Xlint:deprecation"/>
