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

Updated xerces to version 2.11.0

Also updated jfreechart from 1.0.14 to 1.0.19 to avoid a transitive
dependency on xml-apis v1.3.04 which might clash with the xml-apis
v1.4.01 that is pulled in by the new xerces version.
This commit is contained in:
Heinrich Filter 2015-08-10 10:43:33 +02:00
parent 543d1c2ace
commit 14a761c633
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.14</version>
<version>1.0.19</version>
<scope>compile</scope>
</dependency>