'Cannot resolve symbol 'jackson' while importing apache camel org.apache.camel.component.jackson.JacksonDataFormat

This is how I added it to my pom.xml

    <dependency>
      <groupId>org.apache.camel.springboot</groupId>
      <artifactId>camel-jackson-starter</artifactId>
      <version>${camel.version}</version>
      <!-- use the same version as your Camel core version -->
    </dependency>

I also tried the non spring version of adding it to my pom, but got the same error



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source