You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/02/08 13:38:41 UTC

[hop] branch master updated: [HOP-3732] standardise on xerces 2.12.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 988c2a1  [HOP-3732] standardise on xerces 2.12.2
     new fe690db  Merge pull request #1342 from pjfanning/HOP-3732-upgrade-xerces
988c2a1 is described below

commit 988c2a1d2e254d76ae03852422d71ea6ad3ffd7b
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Feb 8 11:15:39 2022 +0100

    [HOP-3732] standardise on xerces 2.12.2
---
 assemblies/core/lib/pom.xml | 3 ++-
 core/pom.xml                | 3 ++-
 pom.xml                     | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/assemblies/core/lib/pom.xml b/assemblies/core/lib/pom.xml
index e440e05..e485371 100644
--- a/assemblies/core/lib/pom.xml
+++ b/assemblies/core/lib/pom.xml
@@ -53,6 +53,7 @@
         <databricks.version>4.0.0</databricks.version>
         <paho.version>1.2.0</paho.version>
         <bahir.version>2.1.1</bahir.version>
+        <xerces.version>2.12.2</xerces.version>
 
         <!-- Spring -->
         <springframework4.version>4.3.18</springframework4.version>
@@ -289,7 +290,7 @@
         <dependency>
             <groupId>xerces</groupId>
             <artifactId>xercesImpl</artifactId>
-            <version>2.12.0</version>
+            <version>${xerces.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
diff --git a/core/pom.xml b/core/pom.xml
index 33105c3..d2cff20 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -62,6 +62,7 @@
         <json-simple.version>1.1.1</json-simple.version>
         <gson.version>2.8.5</gson.version>
         <jandex.version>2.2.2.Final</jandex.version>
+        <xerces.version>2.12.2</xerces.version>
     </properties>
 
     <dependencies>
@@ -516,7 +517,7 @@
         <dependency>
             <groupId>xerces</groupId>
             <artifactId>xercesImpl</artifactId>
-            <version>2.12.0</version>
+            <version>${xerces.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
diff --git a/pom.xml b/pom.xml
index faf9c68..e54e364 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
         <!-- spring-security version -->
         <spring-security.version>4.1.5.RELEASE</spring-security.version>
 
-        <xercesImpl.version>2.12.2</xercesImpl.version>
+        <xerces.version>2.12.2</xerces.version>
         <xml-apis.version>1.4.01</xml-apis.version>
 
         <!-- jdk version -->
@@ -431,7 +431,7 @@
             <dependency>
                 <groupId>xerces</groupId>
                 <artifactId>xercesImpl</artifactId>
-                <version>${xercesImpl.version}</version>
+                <version>${xerces.version}</version>
             </dependency>
             <dependency>
                 <groupId>xml-apis</groupId>