Ticket #21669: 21669.0.41.patch

File 21669.0.41.patch, 801 bytes (added by taylor.smock, 4 years ago)

Update ejml from 0.34 to 0.41 (depends upon attachment:21669.patch)

  • plugins/ejml/ivy.xml

    diff --git a/plugins/ejml/ivy.xml b/plugins/ejml/ivy.xml
    index 53a3aa167..832e3d62c 100644
    a b  
    44    <info organisation="org.openstreetmap.josm.plugins" module="ejml"/>
    55    <dependencies>
    66        <!-- 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"/>
     7        <dependency org="org.ejml" name="ejml-all" rev="0.41"/>
     8        <dependency org="org.ejml" name="ejml-experimental" rev="0.41"/>
    119    </dependencies>
    1210</ivy-module>