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

Dependency issues #72

Open
fipro78 opened this issue Feb 24, 2020 · 0 comments
Open

Dependency issues #72

fipro78 opened this issue Feb 24, 2020 · 0 comments

Comments

@fipro78
Copy link

fipro78 commented Feb 24, 2020

I noticed that org.eclipse.fx.ide.fxgraph and org.eclipse.fx.ide.css specify some dependencies in two ways, as Require-Bundle and as Import-Package:

  • org.apache.log4j
  • org.apache.commons.logging

Why are those dependencies configured twice in different ways? The Import-Package definition should be enough from my point of view. Adding the Require-Bundle additionally makes it impossible to replace the logging with SFL4J at runtime. Also in Require-Bundle the two bundles are re-exported. And why does those two bundles require two different logging implementations?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant