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

@ -77,8 +77,8 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>
<version>2.4.0</version>
<artifactId>xercesImpl</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>