From e53451fa64bf461a9759eeb1988c6c5f02b9c727 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 26 Sep 2018 16:05:07 +0200 Subject: [PATCH] Remove Xerces from default build classpath --- pom.xml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index a04910154..e9642e07b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 org.argeo.commons argeo-commons @@ -338,6 +340,12 @@ limitations under the License. argeo-tp ${version.argeo-tp} provided + + + org.argeo.tp.apache + org.apache.xerces + + @@ -473,8 +481,10 @@ limitations under the License. - - + + @@ -499,8 +509,10 @@ limitations under the License. - - + + -- 2.30.2