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/22 08:57:15 UTC

[camel-spring-boot] 05/10: Fix camel-jetty-starter

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

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

commit 788e34428c7ca929c492d51b967a11d5bdc576d0
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Feb 22 08:42:48 2020 +0100

    Fix camel-jetty-starter
---
 components-starter/camel-jetty-starter/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components-starter/camel-jetty-starter/pom.xml b/components-starter/camel-jetty-starter/pom.xml
index ba349a0..6933baf 100644
--- a/components-starter/camel-jetty-starter/pom.xml
+++ b/components-starter/camel-jetty-starter/pom.xml
@@ -48,11 +48,6 @@
       <groupId>org.apache.camel.springboot</groupId>
       <artifactId>camel-spring-boot-starter</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>apt</artifactId>
-      <version>${camel-version}</version>
-    </dependency>
     <!--END OF GENERATED CODE-->
   </dependencies>
 </project>