Hi

Is there a dependency management pom in Camel 3.0 ?
Trying to add as before but it fails due to not found…


<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-spring-boot-dependencies</artifactId>
    <version>${camel.version}</version>
    <type>pom</type>
    <scope>import</scope>
</dependency>

Non-resolvable import POM: Could not find artifact 
org.apache.camel:camel-spring-boot-dependencies:pom:3.0.1 in central 
(https://repo.maven.apache.org/maven2 <https://repo.maven.apache.org/maven2>

Reply via email to