-
Notifications
You must be signed in to change notification settings - Fork 134
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
Removes Junit and mockito dependecies #2143
Removes Junit and mockito dependecies #2143
Conversation
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.
Can you also bump the java version of the workflows to 21 please?
Co-authored-by: Philip Gichuhi <[email protected]>
The versions in the workflows were already bumped to 21. The one that we will need to bump is in the java core. I also think we actually don't need mockito here because there are no unit tests here. Same for Junit dependencies too. |
since we don't have any unit test on the generated code we I think we could remove the junit and mockito dependencies, it'd reduce the number of dependabot PRs we get |
@timayabi2020 I can see that you've requested a review but the code hasn't changed. Did you forget to push by any chance? |
…/github.com/microsoftgraph/msgraph-sdk-java into 2133-replace-mockito-inline-by-mockito-core
I think my network timed out during the process |
Fixes #2133
Removes Junit and Mockito dependencies because there are no unit tests for this SDK. This will also reduce the number of dependabot PRs