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

Use actual CDK dependencies, not cdk-bundle #10

Open
tdudgeon opened this issue Aug 14, 2019 · 0 comments
Open

Use actual CDK dependencies, not cdk-bundle #10

tdudgeon opened this issue Aug 14, 2019 · 0 comments

Comments

@tdudgeon
Copy link

The POM file that is present on JCenter declares a dependency on org.openscience.cdk:cdk-bundle:1.5.13.
It would be better to declare the actual CDK modules that it is dependent on.
In my app where I'm trying to use SMSD I'm declaring the actual CDK modules that I need, and using CDK 2.3. When I add the uk.ac.ebi.smsd:sdms-* modules it pulls in org.openscience.cdk:cdk-bundle:1.5.13 which then pulls in lots of CDK 1.5.13 modules as well as the 2.3 ones I already have.
It would of course also reduce bloat to not include the modules that are not needed.

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