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

Remove explicit unused Scaffeine dependency from projects #3314

Merged
merged 2 commits into from
Dec 10, 2020

Conversation

pomadchin
Copy link
Member

@pomadchin pomadchin commented Dec 8, 2020

Overview

We need to review dependecnies usage in the project modules. A great example of an unused dependency is SCaffeine which is definitely not used in geotrellis-proj4.

  • SCaffeine

Checklist

  • ./CHANGELOG.md updated, if necessary. Link to the issue if closed, otherwise the PR.

@@ -127,7 +127,7 @@ lazy val `cassandra-spark` = project
lazy val hbase = project
.dependsOn(store)
.settings(Settings.hbase)
.settings(projectDependencies := { Seq((layer / projectID).value.exclude("com.google.protobuf", "protobuf-java")) })
.settings(projectDependencies := { Seq((store / projectID).value.exclude("com.google.protobuf", "protobuf-java")) })
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That worked only accidentially!

@pomadchin pomadchin changed the title Cleanup dependencies Remove explicit unused Scaffeine dependency from projects Dec 9, 2020
@pomadchin pomadchin merged commit f5858f3 into locationtech:master Dec 10, 2020
@pomadchin pomadchin deleted the fix/proj4-deps-cleanup branch December 10, 2020 13:50
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

Successfully merging this pull request may close these issues.

None yet

2 participants