I've updated to the latest version of aws-java-sdk-osgi, but some of the imported packages cannot be resolved.
org.joda.time,version=[2.12,3) -- Cannot be resolved
org.joda.time.format,version=[2.12,3) -- Cannot be resolved
org.joda.time.tz,version=[2.12,3) -- Cannot be resolved
In the dependecny finder I can see that the version of joda-time is 2.9.1.
<dependency>
<artifactId>joda-time</artifactId>
<version>2.9.1</version>
<groupId>joda-time</groupId>
<scope>provided</scope>
</dependency>
I tried to embed some of the dependencies, including joda-time(version: 2.12.7), but all other dependencies have been available in the container (Felix framework) except joda-time(version : 2.12.7).
<embeddeds>
<embedded>
<artifactId>joda-time</artifactId>
<artifactId>jackson-databind</artifactId>
.................................
.................................
</embedded>
<embedded>
Please find the log data
org.apache.sling.installer.core.impl.tasks.BundleTaskCreator Ignoring blacklisted bundle joda-time found at jcrinstall:/apps/<project>/install/joda-time-2.12.7.jar
Can someone share any idea how this problem can be addressed?
@aanchal-sikka @Jennifer_Dungan @EstebanBustamante@HrishikeshKa @Josh__Stephens @alexbishop