You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2018/08/02 07:19:39 UTC

[karaf] branch master updated: [KARAF-5829] Upgrade to Xerces 2.12.0

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 022dd62  [KARAF-5829] Upgrade to Xerces 2.12.0
022dd62 is described below

commit 022dd6240e2c98313108a2b920ce08fb94045b5b
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu Aug 2 09:12:09 2018 +0200

    [KARAF-5829] Upgrade to Xerces 2.12.0
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index deaed76..c83cfa0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,7 +303,7 @@
         <directory-version>2.0.0-M24</directory-version>
         <struts.bundle.version>1.3.10_1</struts.bundle.version>
         <xbean.version>4.9</xbean.version>
-        <xerces.version>2.12.0_1</xerces.version>
+        <xerces.bundle.version>2.12.0_1</xerces.bundle.version>
         <xalan.bundle.version>2.7.2_3</xalan.bundle.version>
         <xalan-serializer.bundle.version>2.7.2_1</xalan-serializer.bundle.version>
         <javax.mail.version>1.4.7</javax.mail.version>
@@ -1100,9 +1100,9 @@
                 <version>${maven.wagon.version}</version>
             </dependency>
             <dependency>
-                <groupId>xerces</groupId>
-                <artifactId>xercesImpl</artifactId>
-                <version>${xerces.version}</version>
+                <groupId>org.apache.servicemix.bundles</groupId>
+                <artifactId>org.apache.servicemix.bundles.xercesImpl</artifactId>
+                <version>${xerces.bundle.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.bundles</groupId>