Index: applications/editors/josm/plugins/OsmInspectorPlugin/build.xml
===================================================================
--- applications/editors/josm/plugins/OsmInspectorPlugin/build.xml	(revision 36325)
+++ 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: applications/editors/josm/plugins/OsmInspectorPlugin/ivy.xml
===================================================================
--- applications/editors/josm/plugins/OsmInspectorPlugin/ivy.xml	(revision 36325)
+++ 	(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: applications/editors/josm/plugins/OsmInspectorPlugin/ivy_settings.xml
===================================================================
--- applications/editors/josm/plugins/OsmInspectorPlugin/ivy_settings.xml	(revision 36325)
+++ 	(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 36325)
+++ 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>
