Importing 3rd Party Java Maven Dependency, com.google.cloud, Google ReCaptcha Enterprise, google-cloud-recaptchaenterprise Errors in Bundle in 2023
We are trying to utilize the JAVA libraries presented by Google's Enterprise reCAPTCHA library, but we keep getting errors while trying to use a 3rd party library...
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recaptchaenterprise</artifactId>
<version>3.18.0</version>
</dependency>
We've added this dependency to:
/core/pom.xml
/pom.xml
and after maven build, I am getting this error.

We also taken an extra step to trying to embed the groupID and artifactID into the all package, which will <embed> the jar into /apps/my-site/my-site-packages/install, but still getting these red errors.
We went through several blogs like:
https://www.linkedin.com/pulse/how-add-third-party-bundle-you-aem-package-veena-vikraman/
https://myaemlearnings.blogspot.com/2021/08/embedding-third-party-dependencyosgi.html
Not able to find a solution for this. Does anyone know how to properly import a non-osgi library into an AEM project (core), in 2023?