From 14a761c6330f280c2f962e76f4b7c833fda1d635 Mon Sep 17 00:00:00 2001 From: Heinrich Filter Date: Mon, 10 Aug 2015 10:43:33 +0200 Subject: [PATCH] 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. --- jsprit-analysis/pom.xml | 2 +- jsprit-core/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jsprit-analysis/pom.xml b/jsprit-analysis/pom.xml index 5253489b..bea2f6e3 100644 --- a/jsprit-analysis/pom.xml +++ b/jsprit-analysis/pom.xml @@ -43,7 +43,7 @@ org.jfree jfreechart - 1.0.14 + 1.0.19 compile diff --git a/jsprit-core/pom.xml b/jsprit-core/pom.xml index 66a21c57..6de5fe09 100644 --- a/jsprit-core/pom.xml +++ b/jsprit-core/pom.xml @@ -77,8 +77,8 @@ xerces - xerces - 2.4.0 + xercesImpl + 2.11.0 compile