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

Avoid reference to Guava in GitLabSupport #386

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

HannesWell
Copy link
Contributor

@HannesWell HannesWell commented Sep 27, 2024

It's a transitive dependency but at the same time not a benefit to use it.

In order to avoid future references it's excluded as transitive dependency.
Excluding it makes the tests fail and I don't want to over-complicate it with adding Guava back in test-scope.

@HannesWell HannesWell mentioned this pull request Sep 27, 2024
@HannesWell HannesWell merged commit cb63a77 into eclipse-dash:master Sep 27, 2024
5 checks passed
@HannesWell HannesWell deleted the avoid-guava branch September 27, 2024 16:56
@waynebeaton
Copy link
Collaborator

I experimented with this myself and saw the test failures. I'll try to investigate that a bit over the weekend.

@HannesWell
Copy link
Contributor Author

I experimented with this myself and saw the test failures. I'll try to investigate that a bit over the weekend.

I think the reason is just by excluding Guava it is also excluded from the test runtime. But since it is used e.g. in Guice it is in the (test) runtime still required.

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.

2 participants