Skip to content

Fix export in manifest #572

@pieterjanpintens

Description

@pieterjanpintens

Your manifest file is incorrect, it contains the following:

Export-Package: com.microsoft.aad.com.microsoft.aad.msal4j;version="1.13.3"

This should be:

Export-Package: com.microsoft.aad.msal4j;version="1.13.3"

This makes your lib unusable in an OSGi environment unless we hack the manifest file.

https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/dev/msal4j-sdk/bnd.bnd
is incorrect

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions