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:19 UTC

[camel-spring-boot] 09/10: Fix camel-jaxp-starter to rename

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 20157868e2afffaebb1b649e0d50eeea5cc13cca
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Feb 22 09:30:59 2020 +0100

    Fix camel-jaxp-starter to rename
---
 tooling/camel-spring-boot-dependencies/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index f30de28..7a1a909 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -1008,11 +1008,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
-        <artifactId>camel-jaxp-starter</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-jbpm-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -1798,6 +1793,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
+        <artifactId>camel-xml-jaxp-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-xmlsecurity-starter</artifactId>
         <version>${project.version}</version>
       </dependency>