1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

remove redundant dependency apache.commons.math

This commit is contained in:
oblonski 2016-06-21 22:47:25 +02:00
parent 3966590fc7
commit cf284ee27d
8 changed files with 64 additions and 47 deletions

View file

@ -88,14 +88,6 @@
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
<version>2.2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>