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 2021/02/08 10:16:44 UTC

[camel-karaf] 01/04: CAMEL-16164 - Camel-Karaf: Remove not tested features

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-karaf.git

commit 007ae9ed7727e779009505dd72a4561e49f03001
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 8 11:05:45 2021 +0100

    CAMEL-16164 - Camel-Karaf: Remove not tested features
---
 platforms/karaf/features/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml
index 7eb53a9..afa3c65 100644
--- a/platforms/karaf/features/pom.xml
+++ b/platforms/karaf/features/pom.xml
@@ -132,7 +132,7 @@
                     </framework>
                     <features>
                         <!-- camel-ignite requires to install apache ignite first -->
-                        <feature>camel|camel-(?!(ignite|nats|pgevent|script-groovy|spring-redis|spring-security|cdi))*</feature>
+                        <feature>camel|camel-(?!(ignite|pgevent))*</feature>
                     </features>
                 </configuration>
                 <executions>