adobe / aio-lib-java

Adobe I/O - Java SDK
https://opensource.adobe.com/aio-lib-java/
Apache License 2.0
5 stars 17 forks source link

`aio-lib-osgi` added export instruction for auth package (#202) #203

Closed francoisledroff closed 6 months ago

francoisledroff commented 6 months ago

Description

Recently we upgraded to 1.1.12 version of the sdk and started using com.adobe.aio.auth but we were not able to start our bundle on AEM since the artifact aio-lib-osgi is not exporting this package. Added this package in the export list so that the dependent bundles can access the classes of this package.

Related Issue

Types of changes

Checklist: