Skip to content

Unspecified maven dependency #70

Description

@va-valkova

When resolving the dependency tree, gradle goes through the library's pom file. There you can find the code snippet:

<dependency>
  <groupId/>
    <artifactId>unspecified</artifactId>
  <version/>
</dependency>

This requires workarounds in the build files to allow dependency resolution. Please remove the unspecified dependency from the pom file.

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