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 2020/02/24 07:06:20 UTC

[camel-spring-boot] 02/12: Fix camel-jetty not adding camel-apt as dependency

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

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

commit 57bcb172e298862c44e753f97171375c113cdd2f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Feb 22 08:08:52 2020 +0100

    Fix camel-jetty not adding camel-apt as dependency
---
 .../src/main/resources/spring-boot-fix-dependencies.properties         | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties b/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
index dc48206..2d22af9 100644
--- a/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
+++ b/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
@@ -32,9 +32,6 @@ camel-guava-eventbus=com.google.guava:guava:${google-guava-version}
 # Defaulting to netty in the starter
 camel-hl7=org.apache.camel:camel-netty:${camel-version}
 
-# Camel Core requires on APT for the usage of CollectionStringBuffer.
-# Remove this dependency if it was a mistake
-camel-jetty=org.apache.camel:apt:${camel-version}
 camel-jbpm=org.apache.geronimo.specs:geronimo-jms_1.1_spec
 camel-jcr=org.apache.lucene:lucene-core:${lucene3-version}
 camel-jms=org.apache.geronimo.specs:geronimo-jms_1.1_spec