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 2021/12/25 09:57:33 UTC

[camel-karaf] 02/02: Drop Java 8

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

commit 865592edd053a809e5abcccd4d35082723a19b28
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Dec 25 10:57:20 2021 +0100

    Drop Java 8
---
 platforms/karaf/features/src/main/resources/features.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index c03aba1..b5302f8 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -64,7 +64,6 @@
     <bundle>mvn:org.apache.camel/camel-xml-jaxb/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-tooling-model/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-main/${project.version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-endpointdsl/${project.version}</bundle>
     <!-- core components -->
     <bundle>mvn:org.apache.camel.karaf/camel-bean-osgi/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-bean/${project.version}</bundle>