[
https://issues.apache.org/jira/browse/CAMEL-14234?focusedWorklogId=351470&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-351470
]
ASF GitHub Bot logged work on CAMEL-14234:
------------------------------------------
Author: ASF GitHub Bot
Created on: 30/Nov/19 00:48
Start Date: 30/Nov/19 00:48
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 351470)
Time Spent: 20m (was: 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: 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)