bundle failing to start
I’m getting this error when deploying my AEM core bundle:
My pom.xml includes:
<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.13.5</version> </dependency>
The bundle builds fine but stays in Installed state in AEM.
I tried <Embed-Dependency>jackson-databind</Embed-Dependency> — still same issue.
How can I properly resolve this?
Should Jackson be embedded, or is it already provided by AEM SDK?
We are on AEM as a Cloud Service SDK 2024.8.17821

