You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by oa...@apache.org on 2020/02/11 11:29:47 UTC

[camel-examples] branch master updated: Fix wrong weld3 dependency version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e9bceb2  Fix wrong weld3 dependency version
e9bceb2 is described below

commit e9bceb28107af9a289b67aabb55a74145e7f1757
Author: Omar Al-Safi <om...@gmail.com>
AuthorDate: Tue Feb 11 12:29:13 2020 +0100

    Fix wrong weld3 dependency version
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index ac88685..f8a69b5 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -274,7 +274,7 @@
         <testcontainers-version>1.12.3</testcontainers-version>
         <tomcat-version>9.0.30</tomcat-version>
         <undertow-version>2.0.28.Final</undertow-version>
-        <weld3-version>3.0.5.FINAL</weld3-version>
+        <weld3-version>3.0.5.Final</weld3-version>
         <wsdl4j-version>1.6.3</wsdl4j-version>
 
         <!-- for symbolicName in OSGi examples we only want the artifactId, eg camel-example-sql -->