Thanks! Wasn’t aware it was affecting the dependency management as well…
M > On 10 Feb 2020, at 08:27, Andrea Cosentino <[email protected]> wrote: > > The groupId has been changed. > > Now it is org.apache.camel.springboot > > It is reported on the migration guide. > > https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_spring_boot_starters_maven_coordinate_change > > Il giorno lun 10 feb 2020 alle ore 08:25 Mikael Andersson Wigander < > [email protected]> ha scritto: > >> 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 >>>
