Index: applications/editors/josm/plugins/MicrosoftStreetside/ivy.xml
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/ivy.xml	(revision 36126)
+++ applications/editors/josm/plugins/MicrosoftStreetside/ivy.xml	(revision 36176)
@@ -2,12 +2,12 @@
 <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-&gt;default">
+  <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="com.fasterxml.jackson.core" name="jackson-annotations" rev="2.12.4" conf="default-&gt;default"/>
-    <dependency org="com.fasterxml.jackson.core" name="jackson-databind" rev="2.12.4" conf="default-&gt;default"/>
-    <dependency org="us.monoid.web" name="resty" rev="0.3.2" conf="default-&gt;default"/>
+    <dependency org="com.fasterxml.jackson.core" name="jackson-annotations" rev="2.15.3" conf="default->default"/>
+    <dependency org="com.fasterxml.jackson.core" name="jackson-databind" rev="2.15.3" conf="default->default"/>
+    <dependency org="us.monoid.web" name="resty" rev="0.3.2" conf="default->default"/>
     <dependency org="org.openjfx" name="javafx-swing" rev="19" conf="provided">
       <artifact name="javafx-swing" type="jar" m:classifier="linux"/>
Index: applications/editors/josm/plugins/MicrosoftStreetside/ivy_settings.xml
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/ivy_settings.xml	(revision 36126)
+++ 	(revision )
@@ -1,13 +1,0 @@
-<ivysettings>
-    <!--<version-matchers usedefaults="true">
-        <maven-tsnap-vm/>
-    </version-matchers>-->
-    <settings defaultResolver="josm-nexus"/>
-    <resolvers>
-        <ibiblio name="josm-nexus" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" m2compatible="true" />
-    </resolvers>
-    <modules>
-        <module organisation="org.openstreetmap.jmapviewer" resolver="josm-nexus"/>
-        <module organisation="org.openstreetmap.josm" resolver="josm-nexus"/>
-    </modules>
-</ivysettings>
