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:18:00 UTC

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

Jan Bednar created CAMEL-14234:
----------------------------------

             Summary: 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


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)