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

get rid of google guava dep

This commit is contained in:
oblonski 2017-02-07 09:53:46 +01:00
parent 6dbc35e350
commit ab8741a335
No known key found for this signature in database
GPG key ID: 179DE487285680D1
3 changed files with 30 additions and 22 deletions

View file

@ -42,12 +42,6 @@
<version>${logger.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
</dependency>
</dependencies>