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

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

     [ https://issues.apache.org/jira/browse/CAMEL-14234?focusedWorklogId=351462&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-351462 ]

ASF GitHub Bot logged work on CAMEL-14234:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Nov/19 00:26
            Start Date: 30/Nov/19 00:26
    Worklog Time Spent: 10m 
      Work Description: bedlaj commented on pull request #3368: CAMEL-14234: Fix BOM group id for camel-archetype-spring-boot
URL: https://github.com/apache/camel/pull/3368
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 351462)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>          Time Spent: 10m
>  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)