I ended up finding a workaround solution by putting the following in my pom.xml on the maven-bundle-plugin configuration: <Import-Package>*;resolution:=optional</Import-Package> This issue started when the aem-sdk-api release of 2024.8 came out. Somehow every version except for 2024.8 broke when 202...