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/02/22 08:57:13 UTC

[camel-spring-boot] 03/10: Fix camel-jaxp-starter

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

davsclaus pushed a commit to branch claus
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit f9d9a076cb3897e23cd38c34fb2277b52511a4f8
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Feb 22 08:18:29 2020 +0100

    Fix camel-jaxp-starter
---
 components-starter/camel-jaxp-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components-starter/camel-jaxp-starter/pom.xml b/components-starter/camel-jaxp-starter/pom.xml
index 088d5dd..789052b 100644
--- a/components-starter/camel-jaxp-starter/pom.xml
+++ b/components-starter/camel-jaxp-starter/pom.xml
@@ -36,7 +36,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-jaxp</artifactId>
+      <artifactId>camel-xml-jaxp</artifactId>
       <version>${camel-version}</version>
     </dependency>
     <!--START OF GENERATED CODE-->