Ignore:
Timestamp:
2026-02-14T21:16:40+01:00 (5 days ago)
Author:
stoecker
Message:

fix #24638 - fix test build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/MicrosoftStreetside/pom.xml

    r36483 r36489  
    2626    <java.lang.version>21</java.lang.version>
    2727    <plugin.requires>apache-commons;javafx</plugin.requires>
    28     <javafx.version>19</javafx.version>
     28    <javafx.version>21</javafx.version>
    2929  </properties>
    3030  <dependencies>
     
    6666      <scope>provided</scope>
    6767    </dependency>
     68    <dependency>
     69      <groupId>org.pdfsam</groupId>
     70      <artifactId>javafx-monocle</artifactId>
     71      <version>${javafx.version}</version>
     72      <scope>test</scope>
     73    </dependency>
    6874  </dependencies>
    6975  <build>
Note: See TracChangeset for help on using the changeset viewer.