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)

Reply via email to