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 2023/06/27 09:18:43 UTC

[camel-spring-boot] branch main updated (f1a9940cca0 -> b181a8c8c21)

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

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


    from f1a9940cca0 [create-pull-request] automated change
     new bab0e1dd0c9 Remove duplicate dependency
     new b181a8c8c21 Fix maven WARN

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components-starter/camel-kamelet-starter/pom.xml    | 6 ------
 tooling/camel-spring-boot-starter-generator/pom.xml | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)


[camel-spring-boot] 01/02: Remove duplicate dependency

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bab0e1dd0c96ad738fd5f8f85a28d19aa9069722
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jun 27 11:15:58 2023 +0200

    Remove duplicate dependency
---
 components-starter/camel-kamelet-starter/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/components-starter/camel-kamelet-starter/pom.xml b/components-starter/camel-kamelet-starter/pom.xml
index 1d44a6c616e..9b381edb8ee 100644
--- a/components-starter/camel-kamelet-starter/pom.xml
+++ b/components-starter/camel-kamelet-starter/pom.xml
@@ -99,12 +99,6 @@
       <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-test-spring-junit5</artifactId>
-      <version>${camel-version}</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-http</artifactId>


[camel-spring-boot] 02/02: Fix maven WARN

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b181a8c8c219d690c39bc8d0a03bed943fdd8be5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jun 27 11:17:15 2023 +0200

    Fix maven WARN
---
 tooling/camel-spring-boot-starter-generator/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-spring-boot-starter-generator/pom.xml b/tooling/camel-spring-boot-starter-generator/pom.xml
index 406871f17ce..4a53276b429 100644
--- a/tooling/camel-spring-boot-starter-generator/pom.xml
+++ b/tooling/camel-spring-boot-starter-generator/pom.xml
@@ -51,7 +51,7 @@
                     </executions>
                     <configuration>
                         <action>${action}</action>
-                        <name>${name}</name>
+                        <name>${project.name}</name>
                     </configuration>
                 </plugin>
             </plugins>