Skip to content

Commit

Permalink
See #23218: Remove unnecessary ivy_settings.xml file
Browse files Browse the repository at this point in the history
build-common.xml loads the equivalent common ivysettings.xml file from JOSM core.

Also update jackson to match version from jackson plugin.
  • Loading branch information
tsmock committed Oct 19, 2023
1 parent 6d8e6f4 commit 53cafaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion ivy.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ivy-module version="2.0">
<info organisation="org.openstreetmap.josm.plugins" module="wikipedia"/>
<dependencies>
<dependency org="com.fasterxml.jackson.core" name="jackson-databind" rev="2.11.3" conf="default->default" />
<dependency org="com.fasterxml.jackson.core" name="jackson-databind" rev="2.15.3" conf="default->default" />
<dependency org="org.wikidata.wdtk" name="wdtk-wikibaseapi" rev="0.11.1" conf="default->default" />
<dependency org="org.wikidata.wdtk" name="wdtk-dumpfiles" rev="0.11.1" conf="default->default" />
</dependencies>
Expand Down
7 changes: 0 additions & 7 deletions ivy_settings.xml

This file was deleted.

0 comments on commit 53cafaf

Please sign in to comment.