Can't resolve transitive dependencies by myself
I have a flink project. Which has transitive guava dependencies. Simplified it looks like this:
If I set 1.5, it ruins
biz
and if I set 1.3 it ruins bar
(these versions do not represent my real project and i put them here just as an example)
How to force gradle to set exact dependencies for dependencies dependencies?5 Replies
⌛
This post has been reserved for your question.
Hey @Lil Villa! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
Dependencies output with every other dependency which does not have guava as a dependency excluded -> https://gist.github.com/tomazvila/1837a33228cecdb9fbc2e7985eee94e3
Gist
gauva transitive dependencies
gauva transitive dependencies. GitHub Gist: instantly share code, notes, and snippets.
main flink gradle file:
commons:
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one.
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one.
Problem is not with flink guava dependencies, but with different scala versions.