Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module.importedPackages in pom should not import org.junit #5

Open
mbelling opened this issue Jul 13, 2018 · 1 comment
Open

module.importedPackages in pom should not import org.junit #5

mbelling opened this issue Jul 13, 2018 · 1 comment
Labels

Comments

@mbelling
Copy link

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>

mxro pushed a commit that referenced this issue Jul 22, 2018
@mxro
Copy link
Collaborator

mxro commented Jul 22, 2018

Thank you for reporting this issue.

This is fixed now and deployed to Maven central in version 0.0.9.

Let me know if this fixes your issue!

@mxro mxro added the fixed label Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants