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 <[email protected]> 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>
