Skip to content

Commit

Permalink
aio-lib-osgi added export instruction for auth package (#202) (#203)
Browse files Browse the repository at this point in the history
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.

Co-authored-by: Pulkit Gupta <92841386+pulguptaAdobe@users.noreply.github.com>
  • Loading branch information
francoisledroff and pulguptaAdobe authored Jan 15, 2024
1 parent 7e6ac7f commit f101da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aem/lib_osgi/src/main/bnd/aio-lib-osgi.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Import-Package: \
com.fasterxml.jackson.databind.type;version="[2.9,3)",\
*
Export-Package: com.adobe.aio.workspace;version="${project.version}";provide:=true,\
com.adobe.aio.auth;version="${project.version}";provide:=true,\
com.adobe.aio.exception;version="${project.version}";provide:=true,\
com.adobe.aio.util;version="${project.version}";provide:=true,\
com.adobe.aio.ims;version="${project.version}";provide:=true,\
Expand Down

0 comments on commit f101da7

Please sign in to comment.