Index: /applications/editors/josm/plugins/MicrosoftStreetside/build.xml
===================================================================
--- /applications/editors/josm/plugins/MicrosoftStreetside/build.xml	(revision 36347)
+++ /applications/editors/josm/plugins/MicrosoftStreetside/build.xml	(revision 36348)
@@ -20,18 +20,4 @@
   </fileset>
   <target name="pre-compile" depends="fetch_dependencies">
-    <!-- include fetch_dependencies task -->
-    <ivy:retrieve conf="provided,default"/>
-    <!--<ivy:cachepath pathid="compile.path" conf="default,provided"/>-->
-  </target>
-  <target name="build-jar">
-    <ivy:resolve/>
-    <ivy:cachefileset setid="ivy.default.path" conf="default"/>
-    <jar destfile="${basedir}/dependencies.jar" duplicate="preserve" level="0">
-      <zipgroupfileset refid="ivy.default.path"/>
-    </jar>
-    <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="${manifest}" manifestencoding="UTF-8" duplicate="preserve" level="9" excludes="${basedir}/dependencies.jar">
-      <zipfileset src="${basedir}/dependencies.jar" excludes="META-INF/maven/* META-INF/DEPENDENCIES META-INF/LICENSE META-INF/NOTICE META-INF/*.RSA META-INF/*.SF module-info.class"/>
-    </jar>
-    <delete file="${basedir}/dependencies.jar"/>
   </target>
 </project>
Index: plications/editors/josm/plugins/MicrosoftStreetside/ivy.xml
===================================================================
--- /applications/editors/josm/plugins/MicrosoftStreetside/ivy.xml	(revision 36347)
+++ 	(revision )
@@ -1,38 +1,0 @@
-<?xml version="1.0"?>
-<ivy-module xmlns:m="http://ant.apache.org/ivy/maven" version="2.0">
-  <info organisation="org.openstreetmap.josm.plugins" module="MicrosoftStreetside" revision="0.0.1"/>
-  <configurations defaultconf="default" defaultconfmapping="default->default">
-    <conf name="default"/>
-    <conf name="provided" description="Needed for compile, but will be present at runtime"/>
-  </configurations>
-  <dependencies>
-    <dependency org="org.openjfx" name="javafx-swing" rev="19" conf="provided">
-      <artifact name="javafx-swing" type="jar" m:classifier="linux"/>
-      <artifact name="javafx-swing" type="jar" m:classifier="mac"/>
-      <artifact name="javafx-swing" type="jar" m:classifier="win"/>
-      <artifact name="javafx-swing" type="jar" m:classifier="sources"/>
-      <artifact name="javafx-swing" type="jar" m:classifier="javadoc"/>
-    </dependency>
-    <dependency org="org.openjfx" name="javafx-controls" rev="19" conf="provided">
-      <artifact name="javafx-controls" type="jar" m:classifier="linux"/>
-      <artifact name="javafx-controls" type="jar" m:classifier="mac"/>
-      <artifact name="javafx-controls" type="jar" m:classifier="win"/>
-      <artifact name="javafx-controls" type="jar" m:classifier="sources"/>
-      <artifact name="javafx-controls" type="jar" m:classifier="javadoc"/>
-    </dependency>
-    <dependency org="org.openjfx" name="javafx-base" rev="19" conf="provided">
-      <artifact name="javafx-base" type="jar" m:classifier="linux"/>
-      <artifact name="javafx-base" type="jar" m:classifier="mac"/>
-      <artifact name="javafx-base" type="jar" m:classifier="win"/>
-      <artifact name="javafx-base" type="jar" m:classifier="sources"/>
-      <artifact name="javafx-base" type="jar" m:classifier="javadoc"/>
-    </dependency>
-    <dependency org="org.openjfx" name="javafx-graphics" rev="19" conf="provided">
-      <artifact name="javafx-graphics" type="jar" m:classifier="linux"/>
-      <artifact name="javafx-graphics" type="jar" m:classifier="mac"/>
-      <artifact name="javafx-graphics" type="jar" m:classifier="win"/>
-      <artifact name="javafx-graphics" type="jar" m:classifier="sources"/>
-      <artifact name="javafx-graphics" type="jar" m:classifier="javadoc"/>
-    </dependency>
-  </dependencies>
-</ivy-module>
Index: /applications/editors/josm/plugins/OsmInspectorPlugin/build.xml
===================================================================
--- /applications/editors/josm/plugins/OsmInspectorPlugin/build.xml	(revision 36347)
+++ /applications/editors/josm/plugins/OsmInspectorPlugin/build.xml	(revision 36348)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14153"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <property name="plugin.author" value="Nikhil Shirahatti"/>
Index: plications/editors/josm/plugins/OsmInspectorPlugin/ivy.xml
===================================================================
--- /applications/editors/josm/plugins/OsmInspectorPlugin/ivy.xml	(revision 36347)
+++ 	(revision )
@@ -1,60 +1,0 @@
-<ivy-module version="2.0">
-    <info organisation="org.openstreetmap.josm.plugins" module="OsmInspector"/>
-    <dependencies>
-        <dependency org="org.geotools" name="gt-app-schema-resolver" rev="${gt.version}" conf="default->default"/>
-        <dependency org="org.geotools" name="gt-cql" rev="${gt.version}" conf="default->default"/>
-        <dependency org="org.geotools" name="gt-render" rev="${gt.version}" conf="default->default"/>
-        <dependency org="org.geotools" name="gt-wfs-ng" rev="${gt.version}" conf="default->default"/>
-        <dependency org="org.geotools" name="gt-xml" rev="${gt.version}" conf="default->default"/>
-        <!--
-        <dependency org="org.geotools" name="gt-xsd-core" rev="${gt.version}" conf="default->default"/>
-        <dependency org="org.geotools" name="gt-xsd-wfs" rev="${gt.version}" conf="default->default"/>
-        -->
-
-        <!-- from geotools plugin (effectively copied from geotools ivy.xml, just excluding all geotools dependencies) -->
-        <exclude org="org.geotools" module="gt-coverage" />
-        <exclude org="org.geotools" module="gt-coverage-api" />
-        <exclude org="org.geotools" module="gt-epsg-extension" />
-        <exclude org="org.geotools" module="gt-epsg-hsql" />
-        <exclude org="org.geotools" module="gt-geotiff" />
-        <exclude org="org.geotools" module="gt-main" />
-        <exclude org="org.geotools" module="gt-metadata" />
-        <exclude org="org.geotools" module="gt-api" />
-        <exclude org="org.geotools" module="gt-referencing" />
-        <exclude org="org.geotools" module="gt-shapefile" />
-        <exclude org="org.geotools" module="gt-geopkg" />
-        <!-- Dependencies that were not needed in 22.0 (according to lib in svn) -->
-        <exclude org="org.geotools" module="gt-imagemosaic"/>
-        <exclude org="net.sourceforge.hatbox" module="hatbox"/>
-        <exclude org="com.google.guava" module="guava"/>
-        <!-- unnecessary dependencies -->
-        <exclude org="com.github.spotbugs"/>
-        <exclude org="org.geotools.demo"/>
-        <!-- ecore is rather large (1.3M) -->
-        <exclude org="org.eclipse.emf"/>
-        <!-- from jaxb plugin (Eclipse JAXB 2.3.2, at time of writing) JAXB 3.0 uses jakarta.xml.bind/com.sun.xml.bind -->
-        <exclude org="javax.xml.bind" module="jaxb-api" />
-        <exclude org="org.glassfish.jaxb" module="jaxb-runtime" />
-        <!-- from ejml plugin -->
-        <exclude org="org.ejml"/>
-        <!-- from jts plugin -->
-        <exclude org="org.locationtech.jts" module="jts-core"/>
-        <exclude org="org.locationtech.jts.io" module="jts-io-common"/>
-        <!-- from apache-commons plugin -->
-        <exclude org="com.github.luben" module="zstd-jni"/>
-        <exclude org="org.apache.commons" module="commons-collections4"/>
-        <exclude org="org.apache.commons" module="commons-compress"/>
-        <exclude org="org.apache.commons" module="commons-imaging"/>
-        <exclude org="commons-io" module="commons-io"/>
-        <exclude org="commons-logging" module="commons-logging"/>
-        <exclude org="org.apache.commons" module="commons-lang3"/>
-        <exclude org="org.apache.commons" module="commons-math3"/>
-        <exclude org="org.apache.commons" module="commons-text"/>
-        <exclude org="org.brotli" module="dec"/>
-        <exclude org="org.tukaani" module="xz"/>
-        <!-- from jaxb plugin -->
-        <exclude org="javax.activation" module="javax.activation-api"/>
-        <!-- from jackson plugin -->
-        <exclude org="com.fasterxml.jackson.core" module="jackson-core"/>
-    </dependencies>
-</ivy-module>
Index: plications/editors/josm/plugins/OsmInspectorPlugin/ivy_settings.xml
===================================================================
--- /applications/editors/josm/plugins/OsmInspectorPlugin/ivy_settings.xml	(revision 36347)
+++ 	(revision )
@@ -1,5 +1,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ivysettings>
-  <include file="../geotools/ivy_settings.xml" />
-</ivysettings>
-
Index: /applications/editors/josm/plugins/OsmInspectorPlugin/pom.xml
===================================================================
--- /applications/editors/josm/plugins/OsmInspectorPlugin/pom.xml	(revision 36347)
+++ /applications/editors/josm/plugins/OsmInspectorPlugin/pom.xml	(revision 36348)
@@ -16,5 +16,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>14153</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Nikhil Shirahatti</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.osminspector.OsmInspectorPlugin</plugin.class>
Index: plications/editors/josm/plugins/apache-http/ivy.xml
===================================================================
--- /applications/editors/josm/plugins/apache-http/ivy.xml	(revision 36347)
+++ 	(revision )
@@ -1,9 +1,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- License: GPL. For details, see LICENSE file. -->
-<ivy-module version="2.0">
-    <info organisation="org.openstreetmap.josm.plugins" module="apache-http"/>
-    <dependencies>
-        <dependency org="org.apache.httpcomponents.client5" name="httpclient5" rev="5.3.1" conf="default->default"/>
-        <!-- We may want to add fluent, cache, and windows extensions in the future -->
-    </dependencies>
-</ivy-module>
Index: /applications/editors/josm/plugins/ejml/build.xml
===================================================================
--- /applications/editors/josm/plugins/ejml/build.xml	(revision 36347)
+++ /applications/editors/josm/plugins/ejml/build.xml	(revision 36348)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="10580"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <property name="plugin.author" value="Don-vip"/>
Index: plications/editors/josm/plugins/ejml/ivy.xml
===================================================================
--- /applications/editors/josm/plugins/ejml/ivy.xml	(revision 36347)
+++ 	(revision )
@@ -1,10 +1,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- License: GPL. For details, see LICENSE file. -->
-<ivy-module version="2.0">
-    <info organisation="org.openstreetmap.josm.plugins" module="ejml"/>
-    <dependencies>
-        <!-- We included everything in 0.34, including experimental -->
-        <dependency org="org.ejml" name="ejml-all" rev="0.43.1"/>
-        <dependency org="org.ejml" name="ejml-experimental" rev="0.43.1"/>
-    </dependencies>
-</ivy-module>
Index: /applications/editors/josm/plugins/ejml/pom.xml
===================================================================
--- /applications/editors/josm/plugins/ejml/pom.xml	(revision 36347)
+++ /applications/editors/josm/plugins/ejml/pom.xml	(revision 36348)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>10580</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Don-vip</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.ejml.EjmlPlugin</plugin.class>
Index: /applications/editors/josm/plugins/flatlaf/build.xml
===================================================================
--- /applications/editors/josm/plugins/flatlaf/build.xml	(revision 36347)
+++ /applications/editors/josm/plugins/flatlaf/build.xml	(revision 36348)
@@ -2,5 +2,5 @@
 <project name="flatlaf" default="dist" basedir=".">
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="16974"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <property name="plugin.author" value="simon04"/>
Index: plications/editors/josm/plugins/flatlaf/ivy.xml
===================================================================
--- /applications/editors/josm/plugins/flatlaf/ivy.xml	(revision 36347)
+++ 	(revision )
@@ -1,6 +1,0 @@
-<ivy-module version="2.0">
-  <info organisation="org.openstreetmap.josm.plugins" module="flatlaf"/>
-  <dependencies>
-    <dependency conf="default->default" org="com.formdev" name="flatlaf" rev="3.2.2"/>
-  </dependencies>
-</ivy-module>
Index: /applications/editors/josm/plugins/flatlaf/pom.xml
===================================================================
--- /applications/editors/josm/plugins/flatlaf/pom.xml	(revision 36347)
+++ /applications/editors/josm/plugins/flatlaf/pom.xml	(revision 36348)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>16974</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
 
         <plugin.author>simon04</plugin.author>
Index: /applications/editors/josm/plugins/geotools/pom.xml
===================================================================
--- /applications/editors/josm/plugins/geotools/pom.xml	(revision 36347)
+++ /applications/editors/josm/plugins/geotools/pom.xml	(revision 36348)
@@ -56,9 +56,26 @@
             <scope>provided</scope>
         </dependency>
-        <!-- FIXME: Check excludes -->
         <dependency>
             <groupId>org.geotools</groupId>
             <artifactId>gt-coverage</artifactId>
             <version>${geotools.version}</version>
+            <exclusions>
+                <exclusion> <!-- Unnecessary -->
+                    <groupId>com.github.spotbugs</groupId>
+                    <artifactId>spotbugs-annotations</artifactId>
+                </exclusion>
+                <exclusion> <!-- Not needed in 22.0 according to lib in svn -->
+                    <groupId>com.google.guava</groupId>
+                    <artifactId>guava</artifactId>
+                </exclusion>
+                <exclusion> <!-- From JTS plugin -->
+                    <groupId>org.locationtech.jts</groupId>
+                    <artifactId>jts-core</artifactId>
+                </exclusion>
+                <exclusion> <!-- From apache-commons plugin -->
+                    <groupId>commons-io</groupId>
+                    <artifactId>commons-io</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
@@ -66,4 +83,34 @@
             <artifactId>gt-coverage-api</artifactId>
             <version>${geotools.version}</version>
+            <exclusions>
+                <exclusion> <!-- Not needed in 22.0 according to lib in svn -->
+                    <groupId>org.geotools</groupId>
+                    <artifactId>gt-imagemosaic</artifactId>
+                </exclusion>
+                <exclusion> <!-- Not needed in 22.0 according to lib in svn -->
+                    <groupId>net.sourceforge.hatbox</groupId>
+                    <artifactId>hatbox</artifactId>
+                </exclusion>
+                <exclusion> <!-- From JAXB plugin (Eclipse JAXB 2.3.2 at time of writing) JAXB 3.0 uses jakarta.xml.bind/com.sun.xml.bind -->
+                    <groupId>javax.xml.bind</groupId>
+                    <artifactId>jaxb-api</artifactId>
+                </exclusion>
+                <exclusion> <!-- From JAXB plugin (Eclipse JAXB 2.3.2 at time of writing) JAXB 3.0 uses jakarta.xml.bind/com.sun.xml.bind -->
+                    <groupId>org.glassfish.jaxb</groupId>
+                    <artifactId>jaxb-runtime</artifactId>
+                </exclusion>
+                <exclusion> <!-- From JTS plugin -->
+                    <groupId>org.locationtech.jts</groupId>
+                    <artifactId>jts-core</artifactId>
+                </exclusion>
+                <exclusion> <!-- From apache-commons plugin -->
+                    <groupId>commons-io</groupId>
+                    <artifactId>commons-io</artifactId>
+                </exclusion>
+                <exclusion> <!-- From apache-commons plugin -->
+                    <groupId>org.apache.commons</groupId>
+                    <artifactId>commons-lang3</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
@@ -86,4 +133,22 @@
             <artifactId>gt-main</artifactId>
             <version>${geotools.version}</version>
+            <exclusions>
+                <exclusion> <!-- From EJML plugin -->
+                    <groupId>org.ejml</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+                <exclusion> <!-- From JTS plugin -->
+                    <groupId>org.locationtech.jts</groupId>
+                    <artifactId>jts-core</artifactId>
+                </exclusion>
+                <exclusion> <!-- From apache-commons plugin -->
+                    <groupId>org.apache.commons</groupId>
+                    <artifactId>commons-text</artifactId>
+                </exclusion>
+                <exclusion> <!-- From jackson plugin -->
+                    <groupId>com.fasterxml.jackson.core</groupId>
+                    <artifactId>jackson-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
@@ -91,4 +156,14 @@
             <artifactId>gt-metadata</artifactId>
             <version>${geotools.version}</version>
+            <exclusions>
+                <exclusion> <!-- ecore is rather large (1.3M) -->
+                    <groupId>org.eclipse.emf</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+                <exclusion> <!-- From apache-commons plugin -->
+                    <groupId>org.apache.commons</groupId>
+                    <artifactId>commons-lang3</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
@@ -96,4 +171,10 @@
             <artifactId>gt-api</artifactId>
             <version>${geotools.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.locationtech.jts</groupId>
+                    <artifactId>core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
@@ -101,4 +182,10 @@
             <artifactId>gt-referencing</artifactId>
             <version>${geotools.version}</version>
+            <exclusions>
+                <exclusion> <!-- From EJML plugin -->
+                    <groupId>org.ejml</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
@@ -111,4 +198,18 @@
             <artifactId>gt-geopkg</artifactId>
             <version>${geotools.version}</version>
+            <exclusions>
+                <exclusion> <!-- ecore is rather large (1.3M) -->
+                    <groupId>org.eclipse.emf</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+                <exclusion> <!-- From apache-commons plugin -->
+                    <groupId>org.apache.commons</groupId>
+                    <artifactId>commons-collections4</artifactId>
+                </exclusion>
+                <exclusion> <!-- From apache-commons plugin -->
+                    <groupId>commons-io</groupId>
+                    <artifactId>commons-io</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
Index: plications/editors/josm/plugins/jackson/ivy.xml
===================================================================
--- /applications/editors/josm/plugins/jackson/ivy.xml	(revision 36347)
+++ 	(revision )
@@ -1,8 +1,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- License: GPL. For details, see LICENSE file. -->
-<ivy-module version="2.0">
-    <info organisation="org.openstreetmap.josm.plugins" module="jackson"/>
-    <dependencies>
-        <dependency org="com.fasterxml.jackson.core" name="jackson-core" rev="2.17.1" conf="default->default"/>
-    </dependencies>
-</ivy-module>
Index: plications/editors/josm/plugins/jna/ivy.xml
===================================================================
--- /applications/editors/josm/plugins/jna/ivy.xml	(revision 36347)
+++ 	(revision )
@@ -1,10 +1,0 @@
-<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="org.openstreetmap.josm.plugins" module="jna" revision="1.0" />
-	<configurations defaultconf="default" defaultconfmapping="default->default">
-		<conf name="default" />
-	</configurations>
-	<dependencies>
-        <dependency org="net.java.dev.jna" name="jna" rev="5.14.0"/>
-        <dependency org="net.java.dev.jna" name="jna-platform" rev="5.14.0"/>
-	</dependencies>
-</ivy-module>
Index: /applications/editors/josm/plugins/jts/build.xml
===================================================================
--- /applications/editors/josm/plugins/jts/build.xml	(revision 36347)
+++ /applications/editors/josm/plugins/jts/build.xml	(revision 36348)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="12164"/>
+    <property name="plugin.main.version" value="19044"/>
     
     <property name="plugin.author" value="Josh Doe &lt;josh@joshdoe.com&gt;"/>
Index: plications/editors/josm/plugins/jts/ivy.xml
===================================================================
--- /applications/editors/josm/plugins/jts/ivy.xml	(revision 36347)
+++ 	(revision )
@@ -1,11 +1,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- License: GPL. For details, see LICENSE file. -->
-<ivy-module version="2.0">
-    <info organisation="org.openstreetmap.josm.plugins" module="jts"/>
-    <dependencies>
-        <dependency org="org.locationtech.jts" name="jts-core" rev="1.19.0" />
-        <dependency org="org.locationtech.jts.io" name="jts-io-common" rev="1.19.0" />
-        <!-- jts-io-common has junit as a test dependency -->
-        <exclude org="junit" />
-    </dependencies>
-</ivy-module>
Index: /applications/editors/josm/plugins/jts/pom.xml
===================================================================
--- /applications/editors/josm/plugins/jts/pom.xml	(revision 36347)
+++ /applications/editors/josm/plugins/jts/pom.xml	(revision 36348)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>12164</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
     
         <plugin.author>Josh Doe &lt;josh@joshdoe.com&gt;</plugin.author>
@@ -25,4 +25,5 @@
         <plugin.canloadatruntime>true</plugin.canloadatruntime>
         <plugin.stage>10</plugin.stage>
+        <jts.version>1.19.0</jts.version>
     </properties>
     <dependencies>
@@ -30,5 +31,5 @@
             <groupId>org.locationtech.jts</groupId>
             <artifactId>jts-core</artifactId>
-            <version>1.19.0</version>
+            <version>${jts.version}</version>
             <scope>compile</scope>
         </dependency>
@@ -36,5 +37,5 @@
             <groupId>org.locationtech.jts.io</groupId>
             <artifactId>jts-io-common</artifactId>
-            <version>1.19.0</version>
+            <version>${jts.version}</version>
             <scope>compile</scope>
         </dependency>
Index: plications/editors/josm/plugins/log4j/ivy.xml
===================================================================
--- /applications/editors/josm/plugins/log4j/ivy.xml	(revision 36347)
+++ 	(revision )
@@ -1,10 +1,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- License: GPL. For details, see LICENSE file. -->
-<ivy-module version="2.0">
-    <info organisation="org.openstreetmap.josm.plugins" module="log4j"/>
-    <dependencies>
-      <dependency org="org.apache.logging.log4j" name="log4j-api" rev="2.23.1" conf="default->default"/>
-      <dependency org="org.apache.logging.log4j" name="log4j-1.2-api" rev="2.23.1" conf="default->default"/>
-      <dependency org="org.apache.logging.log4j" name="log4j-core" rev="2.23.1" conf="default->default"/>
-    </dependencies>
-</ivy-module>
Index: /applications/editors/josm/plugins/pbf/build.xml
===================================================================
--- /applications/editors/josm/plugins/pbf/build.xml	(revision 36347)
+++ /applications/editors/josm/plugins/pbf/build.xml	(revision 36348)
@@ -3,5 +3,5 @@
 
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="17749"/>
+    <property name="plugin.main.version" value="19044"/>
 
     <property name="plugin.author" value="Don-vip"/>
Index: plications/editors/josm/plugins/pbf/ivy.xml
===================================================================
--- /applications/editors/josm/plugins/pbf/ivy.xml	(revision 36347)
+++ 	(revision )
@@ -1,7 +1,0 @@
-<ivy-module version="2.0">
-  <info organisation="org.openstreetmap.josm.plugins" module="pbf"/>
-  <dependencies>
-    <dependency conf="default->default" org="com.google.protobuf" name="protobuf-java" rev="3.25.5"/>
-    <dependency conf="default->default" org="org.openstreetmap.pbf" name="osmpbf" rev="1.5.0"/>
-  </dependencies>
-</ivy-module>
Index: /applications/editors/josm/plugins/pbf/pom.xml
===================================================================
--- /applications/editors/josm/plugins/pbf/pom.xml	(revision 36347)
+++ /applications/editors/josm/plugins/pbf/pom.xml	(revision 36348)
@@ -17,5 +17,5 @@
     <properties>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>17749</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.author>Don-vip</plugin.author>
         <plugin.class>org.openstreetmap.josm.plugins.pbf.PbfPlugin</plugin.class>
Index: /applications/editors/josm/plugins/pdfimport/build.xml
===================================================================
--- /applications/editors/josm/plugins/pdfimport/build.xml	(revision 36347)
+++ /applications/editors/josm/plugins/pdfimport/build.xml	(revision 36348)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="bug fix"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14153"/>
+    <property name="plugin.main.version" value="19044"/>
 	<property name="plugin.canloadatruntime" value="true"/>   
     <!-- Configure these properties (replace "..." accordingly).
Index: plications/editors/josm/plugins/pdfimport/ivy.xml
===================================================================
--- /applications/editors/josm/plugins/pdfimport/ivy.xml	(revision 36347)
+++ 	(revision )
@@ -1,8 +1,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- License: GPL. For details, see LICENSE file. -->
-<ivy-module version="2.0">
-    <info organisation="org.openstreetmap.josm.plugins" module="indoorhelper"/>
-    <dependencies>
-        <dependency org="org.apache.pdfbox" name="pdfbox" rev="1.8.16" conf="default->default"/>
-    </dependencies>
-</ivy-module>
Index: /applications/editors/josm/plugins/pdfimport/pom.xml
===================================================================
--- /applications/editors/josm/plugins/pdfimport/pom.xml	(revision 36347)
+++ /applications/editors/josm/plugins/pdfimport/pom.xml	(revision 36348)
@@ -18,5 +18,5 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <plugin.src.dir>src</plugin.src.dir>
-        <plugin.main.version>14153</plugin.main.version>
+        <plugin.main.version>19044</plugin.main.version>
         <plugin.canloadatruntime>true</plugin.canloadatruntime>   
         <plugin.author>extropy</plugin.author>
