-
Notifications
You must be signed in to change notification settings - Fork 202
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
Removed unused dependencies using nebula-linter #370
base: master
Are you sure you want to change the base?
Conversation
Uploaded ArtifactsTo use these artifacts in your Gradle project, paste the following lines in your build.gradle.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me overall! Let's wait for andy's comments in a couple of changes and then we can go ahead and merge it.
testImplementation libraries.spectatorApi | ||
implementation 'com.netflix.spectator:spectator-api:1.3.+' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Andyz26 I'm guessing this config change is not doable? Can you take a look?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's a good idea to include actual spectator lib in the common module.
@@ -31,22 +31,18 @@ dependencies { | |||
|
|||
implementation "org.apache.mesos:mesos:$mesosVersion" | |||
implementation libraries.slf4jApi | |||
implementation libraries.slf4jLog4j12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice change.
testImplementation libraries.spectatorApi | ||
implementation 'com.netflix.spectator:spectator-api:1.3.+' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above. Not sure if this change is doable.
Hi @sundargates |
Context
Removed unused dependencies inside the project
Checklist
./gradlew build
compiles code correctly./gradlew test
passes all tests