You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/09/11 05:04:51 UTC

[camel] 02/02: Remove unused wsdl4j-version in pom

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

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

commit 1703faa24d6600051f110459d43bb3262bb18772
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Sep 11 07:04:29 2020 +0200

    Remove unused wsdl4j-version in pom
---
 camel-dependencies/pom.xml | 1 -
 parent/pom.xml             | 1 -
 2 files changed, 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 71cb25f..8d74f5c 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -569,7 +569,6 @@
     <wiremock-version>2.24.1</wiremock-version>
     <woodstox-core-version>6.1.1</woodstox-core-version>
     <woodstox-version>4.4.1</woodstox-version>
-    <wsdl4j-version>1.6.3</wsdl4j-version>
     <xalan-version>2.7.2</xalan-version>
     <xbean-asm5-shaded-version>4.5</xbean-asm5-shaded-version>
     <xbean-spring-version>4.14</xbean-spring-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 45d1314..d347b7d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -556,7 +556,6 @@
         <wiremock-version>2.24.1</wiremock-version>
         <woodstox-version>4.4.1</woodstox-version>
         <woodstox-core-version>6.1.1</woodstox-core-version>
-        <wsdl4j-version>1.6.3</wsdl4j-version>
         <xalan-version>2.7.2</xalan-version>
         <xbean-spring-version>4.17</xbean-spring-version>
         <xbean-asm5-shaded-version>4.5</xbean-asm5-shaded-version>