source: osm/applications/editors/josm/plugins/ejml/ivy.xml@ 35883

Last change on this file since 35883 was 35883, checked in by Don-vip, 3 years ago

see #21669 - Move plugin ejml to ivy

File size: 612 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!-- License: GPL. For details, see LICENSE file. -->
3<ivy-module version="2.0">
4 <info organisation="org.openstreetmap.josm.plugins" module="ejml"/>
5 <dependencies>
6 <!-- We included everything in 0.34, including experimental -->
7 <dependency org="org.ejml" name="ejml-all" rev="0.34"/>
8 <dependency org="org.ejml" name="ejml-experimental" rev="0.34"/>
9 <!-- junit is included as a test dependency in 0.34. It does not appear in 0.41, so can be removed on ejml update. -->
10 <exclude org="junit"/>
11 </dependencies>
12</ivy-module>
Note: See TracBrowser for help on using the repository browser.