You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/05 14:26:38 UTC

[camel] 02/09: CAMEL-13792 - Rename components to default names, Camel-mina2 to camel-mina - Spring Boot Starter Mojo should consider camel-mina now

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

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

commit 7bc8f30be98d2c94731a6413c73f32a822dbc7bb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 5 15:20:01 2019 +0200

    CAMEL-13792 - Rename components to default names, Camel-mina2 to camel-mina - Spring Boot Starter Mojo should consider camel-mina now
---
 .../java/org/apache/camel/maven/packaging/SpringBootStarterMojo.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SpringBootStarterMojo.java b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SpringBootStarterMojo.java
index 925a48a..dfb1d59 100644
--- a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SpringBootStarterMojo.java
+++ b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SpringBootStarterMojo.java
@@ -78,7 +78,7 @@ public class SpringBootStarterMojo extends AbstractMojo {
         /* extended core */ "camel-attachments",
         /* Java EE -> */ "camel-cdi",
         /* Microprofile -> */ "camel-microprofile-config",
-        /* deprecated (and not working perfectly) -> */ "camel-swagger", "camel-mina", "camel-ibatis",
+        /* deprecated (and not working perfectly) -> */ "camel-swagger", "camel-ibatis",
         /* currently incompatible */ "camel-spark-rest",
         /* others (not managed) -> */ "camel-core-xml"};