Index: applications/editors/josm/plugins/build-common.xml
===================================================================
--- applications/editors/josm/plugins/build-common.xml	(revision 34886)
+++ applications/editors/josm/plugins/build-common.xml	(revision 34887)
@@ -18,6 +18,9 @@
     <property name="error_prone_core.jar"   location="../00_core_tools/error_prone_core.jar"/>
     <property name="error_prone_javac.jar"  location="../00_core_tools/error_prone_javac.jar"/>
+    <property name="failureaccess.jar"      location="../00_core_tools/failureaccess.jar"/>
+    <property name="guava.jar"              location="../00_core_tools/guava.jar"/>
     <property name="checkstyle.jar"         location="../00_core_tools/checkstyle/checkstyle-all.jar"/>
     <property name="checkstyle-build.dir"   location="../00_core_tools/checkstyle/build"/>
+    <property name="jformatstring.jar"      location="../00_core_tools/spotbugs/jFormatString-3.0.0.jar"/>
     <property name="spotbugs-ant.jar"       location="../00_core_tools/spotbugs/spotbugs-ant.jar"/>
     <property name="annotations.jar"        location="../00_core_tools/spotbugs/spotbugs-annotations.jar"/>
@@ -92,4 +95,7 @@
     <path id="processor.path">
         <pathelement location="${error_prone_core.jar}"/>
+        <pathelement location="${failureaccess.jar}"/>
+        <pathelement location="${guava.jar}"/>
+        <pathelement location="${jformatstring.jar}"/>
     </path>
 
