Skip to content

Commit f101da7

Browse files
aio-lib-osgi added export instruction for auth package (#202) (#203)
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>
1 parent 7e6ac7f commit f101da7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aem/lib_osgi/src/main/bnd/aio-lib-osgi.bnd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Import-Package: \
3232
com.fasterxml.jackson.databind.type;version="[2.9,3)",\
3333
*
3434
Export-Package: com.adobe.aio.workspace;version="${project.version}";provide:=true,\
35+
com.adobe.aio.auth;version="${project.version}";provide:=true,\
3536
com.adobe.aio.exception;version="${project.version}";provide:=true,\
3637
com.adobe.aio.util;version="${project.version}";provide:=true,\
3738
com.adobe.aio.ims;version="${project.version}";provide:=true,\

0 commit comments

Comments
 (0)