-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Since v5.3.1 compile time dependencies include all maven-bundle-plugin dependencies #70
Comments
Hi @dialex , as it stands the only workaround is adding an exclusion
|
Oh no, thanks for letting me know! That was introduced by #61 @robertcsakany the dependency you added is causing this issue. After reading that link, feels like scope test is the way to go, as this is not needed during runtime. |
I released the fix in |
v5.5.0 only runs in java 18+ maven.compiler.target should be 1.8.
|
Ups, I assumed it would still be compatible with Java 8. Pushed a fix on |
Describe the bug
In pom.xml maven-bundle-plugin must not be a project dependecy, just a plugin.
To Reproduce
Steps to reproduce the behavior:
Screenshots

v5.3.0 classpath
v5.3.1 classpath
@dialex
The text was updated successfully, but these errors were encountered: