You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main classes do not use org.junit, therefore the module.importedPackages should not import that package. This causes an issue when this bundle is used in an OSGi environment due to the:
The main classes do not use org.junit, therefore the module.importedPackages should not import that package. This causes an issue when this bundle is used in an OSGi environment due to the:
<Import-Package>${module.importedPackages}</Import-Package>
The text was updated successfully, but these errors were encountered: