You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jan Bednar (Jira)" <ji...@apache.org> on 2019/11/30 00:55:00 UTC

[jira] [Resolved] (CAMEL-14234) Project generated with camel-archetype-spring-boot cannot be built

     [ https://issues.apache.org/jira/browse/CAMEL-14234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Bednar resolved CAMEL-14234.
--------------------------------
    Fix Version/s: 3.1.0
                   3.0.1
       Resolution: Fixed

> Project generated with camel-archetype-spring-boot cannot be built
> ------------------------------------------------------------------
>
>                 Key: CAMEL-14234
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14234
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Jan Bednar
>            Assignee: Jan Bednar
>            Priority: Major
>             Fix For: 3.0.1, 3.1.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> As a workaround until new patch release users needs to replace in their pom.xml
> {code:java}
> <!-- Camel BOM -->
> <dependency>
>   <groupId>org.apache.camel</groupId>
>   <artifactId>camel-spring-boot-dependencies</artifactId>
>   <version>3.0.0</version>
>   <type>pom</type>
>   <scope>import</scope>
> </dependency>
> {code}
> with
> {code:java}
> <!-- Camel BOM -->
> <dependency>
>   <groupId>org.apache.camel.springboot</groupId>
>   <artifactId>camel-spring-boot-dependencies</artifactId>
>   <version>3.0.0</version>
>   <type>pom</type>
>   <scope>import</scope>
> </dependency>
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)