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

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

commit 859b4abb29d6ee9595c489d207361dfcee9106a3
Author: jpoth <poth.j...@gmail.com>
AuthorDate: Wed Jun 12 18:55:22 2019 +0200

    [CAMEL-13257] Fix typo
---
 components/camel-cxf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 528d41a..96dc26d 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -54,7 +54,7 @@
             javax.xml.ws*;version="[0.0,3.0)",
             org.apache.camel.*;${camel.osgi.import.camel.version},
             
org.springframework*;version="${spring-version-range}";resolution:=optional,
-            org.apache.cxf.*;version="${cxf-version-range}"
+            org.apache.cxf.*;version="${cxf-version-range}",
             ${camel.osgi.import.defaults},
             ${camel.osgi.import.additional},
             org.osgi.service.blueprint;resolution:=optional,

Reply via email to