source: osm/applications/editors/josm/plugins/MicrosoftStreetside/ivy.xml@ 34329

Last change on this file since 34329 was 34329, checked in by renerr18, 6 years ago

StreetsideLayer and StreetsideData changes in correspondence with current Mapillary & JOSM versions

File size: 640 bytes
RevLine 
[34317]1<ivy-module version="2.0">
2 <info organisation="org.openstreetmap.josm.plugins" module="MicrosoftStreetside" revision="0.0.1" />
[34329]3 <configurations defaultconf="default" defaultconfmapping="default->default,sources">
4 <conf name="default" />
[34317]5 </configurations>
6 <dependencies>
7 <dependency org="com.fasterxml.jackson.core" name="jackson-core" rev="2.2.4"/>
8 <dependency org="com.fasterxml.jackson.core" name="jackson-databind" rev="2.2.4"/>
9 <dependency org="com.fasterxml.jackson.core" name="jackson-annotations" rev="2.2.4"/>
10 <dependency org="us.monoid.web" name="resty" rev="0.3.2"/>
11 </dependencies>
12</ivy-module>
Note: See TracBrowser for help on using the repository browser.