Netflix / mantis

A platform that makes it easy for developers to build realtime, cost-effective, operations-focused applications
Apache License 2.0
1.42k stars 202 forks source link

Get rid of unused dependencies in mantis projects #368

Open sundargates opened 1 year ago

sundargates commented 1 year ago

Context

There are a lot of unused dependencies in various projects in mantis. The goal of this task is to get rid of them, especially in some of the critical projects such as the runtime.

Steps to reproduce

./gradlew nebulaLint should provide hints on which dependencies are unused in a given module.

cv-prasad commented 1 year ago

Hi @sundargates , I am interested in this , Can you please assign me this issue.

divyam-tripathi commented 1 year ago

Hi @sundargates I have used the suggested nebula-linter for removing the unused dependencies from the project, please checkout the PR https://github.com/Netflix/mantis/pull/370. Thanks.

vishalsingh2972 commented 1 year ago

@sundargates could you assign this to me if it's still open, after changes made by @divyam-tripathi https://github.com/Netflix/mantis/issues/368#issuecomment-1474936980