Skip to content

When using gradle resolver, some dependencies are missing from the final lock_file (okhttp -> okio) #1409

@acecilia

Description

@acecilia

Hi:

Thanks for the new resolver 🙏 I tried it out and found out that in some cases dependencies are not properly resolved. I did put together a small sample project, just follow the links in the description below:

  • When adding a dependency to okhttp 4.12.0
  • Looking at the POM file in here, I can see it has 2 dependencies: kotlin-stdlib-jdk8 and okio
  • During verbose pinning, I can see okio being downloaded
  • But after pinning the dependencies, inside the lockfile okio is missing. See here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions