Index: applications/editors/josm/plugins/MicrosoftStreetside/pom.xml
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/pom.xml	(revision 36488)
+++ applications/editors/josm/plugins/MicrosoftStreetside/pom.xml	(revision 36489)
@@ -26,5 +26,5 @@
     <java.lang.version>21</java.lang.version>
     <plugin.requires>apache-commons;javafx</plugin.requires>
-    <javafx.version>19</javafx.version>
+    <javafx.version>21</javafx.version>
   </properties>
   <dependencies>
@@ -66,4 +66,10 @@
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.pdfsam</groupId>
+      <artifactId>javafx-monocle</artifactId>
+      <version>${javafx.version}</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
