You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/24 15:02:49 UTC

[camel-examples] 04/05: Added Wsdl4j-version property placeholder back

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

acosentino pushed a commit to branch endpointdsl-aws2-s3
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit 75509bcad74492e96910265eb7943b7dc800a410
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 24 14:53:10 2020 +0200

    Added Wsdl4j-version property placeholder back
---
 examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index 58cbd48..e824d56 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -193,6 +193,7 @@
         <xmlunit-version>1.6</xmlunit-version>
         <derby-version>10.14.2.0</derby-version>
         <jkube-version>1.0.0</jkube-version>
+        <wsdl4j-version>1.6.3</wsdl4j-version>
     </properties>
 
     <!-- Comment out the snapshot repositories as we don't need them now -->